Html Css Color HEX #F0C9BA Watusi

📋 copy color: '#F0C9BA'

red 240 ◦ green 201 ◦ blue 186

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

Shades of Watusi #F0C9BA

Tints of Watusi #F0C9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.67%

R = 38.28%
G = 32.06%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0C9BA (or 0xF0C9BA) is known color: Watusi. HEX triplet: F0, C9 and BA. RGB value is (240,201,186). Sum of RGB (Red+Green+Blue) = 240+201+186=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9BA is #0F3645. Grayscale: #D3D3D3. Windows color (decimal): -996934 or 12241392. OLE color: 12241392.

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

Color convert

RGB 240 201 186 -
CMYK 0 0.16 0.22 0.06
HSL 16.67º 0.64% 0.84% -
HSV(B) 16.67º 0.23% 0.94% -
XYZ 65.68 63.84 55.32 -
YUV 210.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 240 201 186 0 0.16 0.22 0.06 16.67 0.64 0.84
Hex F0 C9 BA 0 10 16 6 11 40 54
Octal 360 311 272 0 20 26 6 21 100 124
Binary 11110000 11001001 10111010 0 10000 10110 110 10001 1000000 1010100

Color Harmonies of #F0C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9BA

Black with #F0C9BA

Text Example


Text Example

White with #F0C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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