Html Css Color HEX #F0D1BA Watusi

📋 copy color: '#F0D1BA'

red 240 ◦ green 209 ◦ blue 186

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

Shades of Watusi #F0D1BA

Tints of Watusi #F0D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.91%

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

R = 37.8%
G = 32.91%
B = 29.29%

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

#F0D1BA (or 0xF0D1BA) is known color: Watusi. HEX triplet: F0, D1 and BA. RGB value is (240,209,186). Sum of RGB (Red+Green+Blue) = 240+209+186=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1BA is #0F2E45. Grayscale: #D7D7D7. Windows color (decimal): -994886 or 12243440. OLE color: 12243440.

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

Color convert

RGB 240 209 186 -
CMYK 0 0.13 0.22 0.06
HSL 25.56º 0.64% 0.84% -
HSV(B) 25.56º 0.23% 0.94% -
XYZ 67.6 67.67 55.95 -
YUV 215.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 240 209 186 0 0.13 0.22 0.06 25.56 0.64 0.84
Hex F0 D1 BA 0 D 16 6 1A 40 54
Octal 360 321 272 0 15 26 6 32 100 124
Binary 11110000 11010001 10111010 0 1101 10110 110 11010 1000000 1010100

Color Harmonies of #F0D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1BA

Black with #F0D1BA

Text Example


Text Example

White with #F0D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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