#FBCAB8

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

Shades of Watusi #FBCAB8

Tints of Watusi #FBCAB8

Color information

#FBCAB8 (or 0xFBCAB8) is unknown color: approx Watusi. HEX triplet: FB, CA and B8. RGB value is (251,202,184). Sum of RGB (Red+Green+Blue) = 251+202+184=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAB8 is #043547. Grayscale: #D6D6D6. Windows color (decimal): -275784 or 12110587. OLE color: 12110587.

HSL color Cylindrical-coordinate representation of color #FBCAB8: hue angle of 16.12º 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 #FBCAB8 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251202184-
CMYK00.200.270.02
HSL16.12º89.33%85.29%-
HSV(B)16.12º26.69%98.43%-
XYZ69.5666.2154.46-
YUV214.6110.73153.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 184 (72.27% from 255) = 28.89%
R=39.40%
G=31.71%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120218400.200.270.0216.1289.3385.29
HexFBCAB80141B2105955
Octal37331227002433220131125
Binary11111011110010101011100001010011011101000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAB8; }

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

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

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

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

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

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

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

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