Html Css Color HEX #F0C9BF Watusi

📋 copy color: '#F0C9BF'

red 240 ◦ green 201 ◦ blue 191

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

Shades of Watusi #F0C9BF

Tints of Watusi #F0C9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.22%

R = 37.97%
G = 31.8%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0C9BF (or 0xF0C9BF) is known color: Watusi. HEX triplet: F0, C9 and BF. RGB value is (240,201,191). Sum of RGB (Red+Green+Blue) = 240+201+191=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9BF is #0F3640. Grayscale: #D3D3D3. Windows color (decimal): -996929 or 12569072. OLE color: 12569072.

HSL color Cylindrical-coordinate representation of color #F0C9BF: hue angle of 12.24º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C9BF is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 191 -
CMYK 0 0.16 0.20 0.06
HSL 12.24º 0.62% 0.85% -
HSV(B) 12.24º 0.2% 0.94% -
XYZ 66.23 64.06 58.16 -
YUV 211.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 240 201 191 0 0.16 0.20 0.06 12.24 0.62 0.85
Hex F0 C9 BF 0 10 14 6 C 3E 55
Octal 360 311 277 0 20 24 6 14 76 125
Binary 11110000 11001001 10111111 0 10000 10100 110 1100 111110 1010101

Color Harmonies of #F0C9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9BF

Black with #F0C9BF

Text Example


Text Example

White with #F0C9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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