#FBB297

Color #FBB297 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FBB297

Tints of Mandys Pink #FBB297

Color information

#FBB297 (or 0xFBB297) is unknown color: approx Mandys Pink. HEX triplet: FB, B2 and 97. RGB value is (251,178,151). Sum of RGB (Red+Green+Blue) = 251+178+151=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB297 is #044D68. Grayscale: #C4C4C4. Windows color (decimal): -281961 or 9941755. OLE color: 9941755.

HSL color Cylindrical-coordinate representation of color #FBB297: hue angle of 16.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBB297 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251178151-
CMYK00.290.400.02
HSL16.2º92.59%78.82%-
HSV(B)16.2º39.84%98.43%-
XYZ61.2954.5836.58-
YUV196.75102.18166.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=43.28%
G=30.69%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117815100.290.400.0216.292.5978.82
HexFBB29701D282105d4f
Octal37326222703550220135117
Binary111110111011001010010111011101101000101000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB297; }

 p { color: rgb(251,178,151); }

 H1.HeaderClassName
 {
   color: #FBB297;
 }
 .AnyTagClassName
 {
   color: #FBB297;
 }
</style>
background-color css

<style>
 a { background-color: #FBB297; }

 a { background-color: rgb(251,178,151); }

 div.DivClassName
 {
   background-color: #FBB297;
 }
 .BgClassName
 {
   background-color: #FBB297;
 }
</style>
border-color css

<style>
 span { border-color: #FBB297; }

 span { border-color: rgb(251,178,151); }

 td.TdClassName
 {
   border-color: #FBB297;
 }
 .TagClassName
 {
   border-color: #FBB297;
 }
</style>