#F9CDBA

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

Shades of Watusi #F9CDBA

Tints of Watusi #F9CDBA

Color information

#F9CDBA (or 0xF9CDBA) is unknown color: approx Watusi. HEX triplet: F9, CD and BA. RGB value is (249,205,186). Sum of RGB (Red+Green+Blue) = 249+205+186=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDBA is #063245. Grayscale: #D8D8D8. Windows color (decimal): -406086 or 12242425. OLE color: 12242425.

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

Color convert

RGB249205186-
CMYK00.180.250.02
HSL18.1º84%85.29%-
HSV(B)18.1º25.3%97.65%-
XYZ69.7667.3555.78-
YUV215.99111.08151.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=38.91%
G=32.03%
B=29.06%

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
Decimal24920518600.180.250.0218.18485.29
HexF9CDBA012192125455
Octal37131527202231222124125
Binary11111001110011011011101001001011001101001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDBA; }

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

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

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

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

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

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

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

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