Html Css Color HEX #F0D0BA Watusi

📋 copy color: '#F0D0BA'

red 240 ◦ green 208 ◦ blue 186

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

Shades of Watusi #F0D0BA

Tints of Watusi #F0D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.81%

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

R = 37.85%
G = 32.81%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0D0BA (or 0xF0D0BA) is known color: Watusi. HEX triplet: F0, D0 and BA. RGB value is (240,208,186). Sum of RGB (Red+Green+Blue) = 240+208+186=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0BA is #0F2F45. Grayscale: #D7D7D7. Windows color (decimal): -995142 or 12243184. OLE color: 12243184.

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

Color convert

RGB 240 208 186 -
CMYK 0 0.13 0.22 0.06
HSL 24.44º 0.64% 0.84% -
HSV(B) 24.44º 0.23% 0.94% -
XYZ 67.35 67.18 55.87 -
YUV 215.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 240 208 186 0 0.13 0.22 0.06 24.44 0.64 0.84
Hex F0 D0 BA 0 D 16 6 18 40 54
Octal 360 320 272 0 15 26 6 30 100 124
Binary 11110000 11010000 10111010 0 1101 10110 110 11000 1000000 1010100

Color Harmonies of #F0D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0BA

Black with #F0D0BA

Text Example


Text Example

White with #F0D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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