Html Css Color HEX #F0DBAA Beeswax

📋 copy color: '#F0DBAA'

red 240 ◦ green 219 ◦ blue 170

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

Shades of Beeswax #F0DBAA

Tints of Beeswax #F0DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.82%

 BLUE value IS 170 (66.8% from 255) = 27.03%

R = 38.16%
G = 34.82%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0DBAA (or 0xF0DBAA) is known color: Beeswax. HEX triplet: F0, DB and AA. RGB value is (240,219,170). Sum of RGB (Red+Green+Blue) = 240+219+170=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBAA is #0F2455. Grayscale: #DBDBDB. Windows color (decimal): -992342 or 11197424. OLE color: 11197424.

HSL color Cylindrical-coordinate representation of color #F0DBAA: hue angle of 42º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0DBAA is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 170 -
CMYK 0 0.09 0.29 0.06
HSL 42º 0.7% 0.8% -
HSV(B) 42º 0.29% 0.94% -
XYZ 68.52 72.09 48.33 -
YUV 219.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 240 219 170 0 0.09 0.29 0.06 42 0.7 0.8
Hex F0 DB AA 0 9 1D 6 2A 46 50
Octal 360 333 252 0 11 35 6 52 106 120
Binary 11110000 11011011 10101010 0 1001 11101 110 101010 1000110 1010000

Color Harmonies of #F0DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBAA

Black with #F0DBAA

Text Example


Text Example

White with #F0DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBAA; }

 p { color: rgb(240,219,170); }

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

background-color css

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

 a { background-color: rgb(240,219,170); }

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

border-color css

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

 span { border-color: rgb(240,219,170); }

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