#F9CDBB

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

Shades of Watusi #F9CDBB

Tints of Watusi #F9CDBB

Color information

#F9CDBB (or 0xF9CDBB) is unknown color: approx Watusi. HEX triplet: F9, CD and BB. RGB value is (249,205,187). Sum of RGB (Red+Green+Blue) = 249+205+187=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDBB is #063244. Grayscale: #D8D8D8. Windows color (decimal): -406085 or 12307961. OLE color: 12307961.

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

Color convert

RGB249205187-
CMYK00.180.250.02
HSL17.42º83.78%85.49%-
HSV(B)17.42º24.9%97.65%-
XYZ69.8767.3956.34-
YUV216.1111.58151.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 187 (73.44% from 255) = 29.17%
R=38.85%
G=31.98%
B=29.17%

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
Decimal24920518700.180.250.0217.4283.7885.49
HexF9CDBB012192115455
Octal37131527302231221124125
Binary11111001110011011011101101001011001101000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDBB; }

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

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

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

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

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

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

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

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