Html Css Color HEX #F9CCB9 Watusi

📋 copy color: '#F9CCB9'

red 249 ◦ green 204 ◦ blue 185

#F9CCB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #F9CCB9

Tints of Watusi #F9CCB9

RGB

 RED value IS 249 (97.66% from 255) = 39.03%

 GREEN value IS 204 (80.08% from 255) = 31.97%

 BLUE value IS 185 (72.66% from 255) = 29%

R = 39.03%
G = 31.97%
B = 29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F9CCB9 (or 0xF9CCB9) is known color: Watusi. HEX triplet: F9, CC and B9. RGB value is (249,204,185). Sum of RGB (Red+Green+Blue) = 249+204+185=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCB9 is #063346. Grayscale: #D7D7D7. Windows color (decimal): -406343 or 12176633. OLE color: 12176633.

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

Color convert

RGB 249 204 185 -
CMYK 0 0.18 0.26 0.02
HSL 17.81º 0.84% 0.85% -
HSV(B) 17.81º 0.26% 0.98% -
XYZ 69.42 66.83 55.14 -
YUV 215.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 249 204 185 0 0.18 0.26 0.02 17.81 0.84 0.85
Hex F9 CC B9 0 12 1A 2 12 54 55
Octal 371 314 271 0 22 32 2 22 124 125
Binary 11111001 11001100 10111001 0 10010 11010 10 10010 1010100 1010101

Color Harmonies of #F9CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCB9

Black with #F9CCB9

Text Example


Text Example

White with #F9CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCB9; }

 p { color: rgb(249,204,185); }

 H1.HeaderClassName
 {
   color: #F9CCB9;
 }
 .AnyTagClassName
 {
   color: #F9CCB9;
 }
</style>

background-color css

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

 a { background-color: rgb(249,204,185); }

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

border-color css

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

 span { border-color: rgb(249,204,185); }

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