#FBCBB8

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

Shades of Watusi #FBCBB8

Tints of Watusi #FBCBB8

Color information

#FBCBB8 (or 0xFBCBB8) is unknown color: approx Watusi. HEX triplet: FB, CB and B8. RGB value is (251,203,184). Sum of RGB (Red+Green+Blue) = 251+203+184=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBB8 is #043447. Grayscale: #D7D7D7. Windows color (decimal): -275528 or 12110843. OLE color: 12110843.

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

Color convert

RGB251203184-
CMYK00.190.270.02
HSL17.01º89.33%85.29%-
HSV(B)17.01º26.69%98.43%-
XYZ69.7966.6854.54-
YUV215.19110.4153.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 184 (72.27% from 255) = 28.84%
R=39.34%
G=31.82%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120318400.190.270.0217.0189.3385.29
HexFBCBB80131B2115955
Octal37331327002333221131125
Binary11111011110010111011100001001111011101000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBB8; }

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

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

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

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

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

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

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

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