Html Css Color HEX #F0C8BA Watusi

📋 copy color: '#F0C8BA'

red 240 ◦ green 200 ◦ blue 186

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

Shades of Watusi #F0C8BA

Tints of Watusi #F0C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.95%

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

R = 38.34%
G = 31.95%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0C8BA (or 0xF0C8BA) is known color: Watusi. HEX triplet: F0, C8 and BA. RGB value is (240,200,186). Sum of RGB (Red+Green+Blue) = 240+200+186=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8BA is #0F3745. Grayscale: #D2D2D2. Windows color (decimal): -997190 or 12241136. OLE color: 12241136.

HSL color Cylindrical-coordinate representation of color #F0C8BA: hue angle of 15.56º 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 #F0C8BA is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 186 -
CMYK 0 0.17 0.22 0.06
HSL 15.56º 0.64% 0.84% -
HSV(B) 15.56º 0.23% 0.94% -
XYZ 65.45 63.38 55.24 -
YUV 210.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 240 200 186 0 0.17 0.22 0.06 15.56 0.64 0.84
Hex F0 C8 BA 0 11 16 6 10 40 54
Octal 360 310 272 0 21 26 6 20 100 124
Binary 11110000 11001000 10111010 0 10001 10110 110 10000 1000000 1010100

Color Harmonies of #F0C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8BA

Black with #F0C8BA

Text Example


Text Example

White with #F0C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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