Html Css Color HEX #F0C9BD Watusi

📋 copy color: '#F0C9BD'

red 240 ◦ green 201 ◦ blue 189

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

Shades of Watusi #F0C9BD

Tints of Watusi #F0C9BD

RGB

 RED value IS 240 (94.14% from 255) = 38.1%

 GREEN value IS 201 (78.91% from 255) = 31.9%

 BLUE value IS 189 (74.22% from 255) = 30%

R = 38.1%
G = 31.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C9BD (or 0xF0C9BD) is known color: Watusi. HEX triplet: F0, C9 and BD. RGB value is (240,201,189). Sum of RGB (Red+Green+Blue) = 240+201+189=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9BD is #0F3642. Grayscale: #D3D3D3. Windows color (decimal): -996931 or 12438000. OLE color: 12438000.

HSL color Cylindrical-coordinate representation of color #F0C9BD: hue angle of 14.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C9BD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 189 -
CMYK 0 0.16 0.21 0.06
HSL 14.12º 0.63% 0.84% -
HSV(B) 14.12º 0.21% 0.94% -
XYZ 66.01 63.97 57.01 -
YUV 211.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 240 201 189 0 0.16 0.21 0.06 14.12 0.63 0.84
Hex F0 C9 BD 0 10 15 6 E 3F 54
Octal 360 311 275 0 20 25 6 16 77 124
Binary 11110000 11001001 10111101 0 10000 10101 110 1110 111111 1010100

Color Harmonies of #F0C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9BD

Black with #F0C9BD

Text Example


Text Example

White with #F0C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9BD; }

 p { color: rgb(240,201,189); }

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

background-color css

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

 a { background-color: rgb(240,201,189); }

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

border-color css

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

 span { border-color: rgb(240,201,189); }

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