Html Css Color HEX #F9CDB8 Watusi

📋 copy color: '#F9CDB8'

red 249 ◦ green 205 ◦ blue 184

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

Shades of Watusi #F9CDB8

Tints of Watusi #F9CDB8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.13%

 BLUE value IS 184 (72.27% from 255) = 28.84%

R = 39.03%
G = 32.13%
B = 28.84%

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

#F9CDB8 (or 0xF9CDB8) is known color: Watusi. HEX triplet: F9, CD and B8. RGB value is (249,205,184). Sum of RGB (Red+Green+Blue) = 249+205+184=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDB8 is #063247. Grayscale: #D7D7D7. Windows color (decimal): -406088 or 12111353. OLE color: 12111353.

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

Color convert

RGB 249 205 184 -
CMYK 0 0.18 0.26 0.02
HSL 19.38º 0.84% 0.85% -
HSV(B) 19.38º 0.26% 0.98% -
XYZ 69.55 67.26 54.66 -
YUV 215.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 249 205 184 0 0.18 0.26 0.02 19.38 0.84 0.85
Hex F9 CD B8 0 12 1A 2 13 54 55
Octal 371 315 270 0 22 32 2 23 124 125
Binary 11111001 11001101 10111000 0 10010 11010 10 10011 1010100 1010101

Color Harmonies of #F9CDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDB8

Black with #F9CDB8

Text Example


Text Example

White with #F9CDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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