#FBCBBA

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

Shades of Watusi #FBCBBA

Tints of Watusi #FBCBBA

Color information

#FBCBBA (or 0xFBCBBA) is unknown color: approx Watusi. HEX triplet: FB, CB and BA. RGB value is (251,203,186). Sum of RGB (Red+Green+Blue) = 251+203+186=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBBA is #043445. Grayscale: #D7D7D7. Windows color (decimal): -275526 or 12241915. OLE color: 12241915.

HSL color Cylindrical-coordinate representation of color #FBCBBA: hue angle of 15.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBCBBA is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251203186-
CMYK00.190.260.02
HSL15.69º89.04%85.69%-
HSV(B)15.69º25.9%98.43%-
XYZ7066.7755.65-
YUV215.41111.4153.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=39.22%
G=31.72%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120318600.190.260.0215.6989.0485.69
HexFBCBBA0131A2105956
Octal37331327202332220131126
Binary11111011110010111011101001001111010101000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBBA; }

 p { color: rgb(251,203,186); }

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

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

 a { background-color: rgb(251,203,186); }

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

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

 span { border-color: rgb(251,203,186); }

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