Html Css Color HEX #F0C9BE Watusi

📋 copy color: '#F0C9BE'

red 240 ◦ green 201 ◦ blue 190

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

Shades of Watusi #F0C9BE

Tints of Watusi #F0C9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.11%

R = 38.03%
G = 31.85%
B = 30.11%

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

#F0C9BE (or 0xF0C9BE) is known color: Watusi. HEX triplet: F0, C9 and BE. RGB value is (240,201,190). Sum of RGB (Red+Green+Blue) = 240+201+190=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9BE is #0F3641. Grayscale: #D3D3D3. Windows color (decimal): -996930 or 12503536. OLE color: 12503536.

HSL color Cylindrical-coordinate representation of color #F0C9BE: hue angle of 13.2º degrees, saturation: 0.62, 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 #F0C9BE is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 190 -
CMYK 0 0.16 0.21 0.06
HSL 13.2º 0.63% 0.84% -
HSV(B) 13.2º 0.21% 0.94% -
XYZ 66.12 64.02 57.59 -
YUV 211.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 240 201 190 0 0.16 0.21 0.06 13.2 0.63 0.84
Hex F0 C9 BE 0 10 15 6 D 3E 54
Octal 360 311 276 0 20 25 6 15 76 124
Binary 11110000 11001001 10111110 0 10000 10101 110 1101 111110 1010100

Color Harmonies of #F0C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9BE

Black with #F0C9BE

Text Example


Text Example

White with #F0C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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