#F9CBBB

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

Shades of Watusi #F9CBBB

Tints of Watusi #F9CBBB

Color information

#F9CBBB (or 0xF9CBBB) is unknown color: approx Watusi. HEX triplet: F9, CB and BB. RGB value is (249,203,187). Sum of RGB (Red+Green+Blue) = 249+203+187=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBBB is #063444. Grayscale: #D7D7D7. Windows color (decimal): -406597 or 12307449. OLE color: 12307449.

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

Color convert

RGB249203187-
CMYK00.180.250.02
HSL15.48º83.78%85.49%-
HSV(B)15.48º24.9%97.65%-
XYZ69.3966.4456.18-
YUV214.93112.24152.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=38.97%
G=31.77%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920318700.180.250.0215.4883.7885.49
HexF9CBBB012192f5455
Octal37131327302231217124125
Binary1111100111001011101110110100101100110111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CBBB; }

 p { color: rgb(249,203,187); }

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

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

 a { background-color: rgb(249,203,187); }

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

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

 span { border-color: rgb(249,203,187); }

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