Html Css Color HEX #F0DBAB Beeswax

📋 copy color: '#F0DBAB'

red 240 ◦ green 219 ◦ blue 171

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

Shades of Beeswax #F0DBAB

Tints of Beeswax #F0DBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.14%

R = 38.1%
G = 34.76%
B = 27.14%

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

#F0DBAB (or 0xF0DBAB) is known color: Beeswax. HEX triplet: F0, DB and AB. RGB value is (240,219,171). Sum of RGB (Red+Green+Blue) = 240+219+171=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBAB is #0F2454. Grayscale: #DCDCDC. Windows color (decimal): -992341 or 11262960. OLE color: 11262960.

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

Color convert

RGB 240 219 171 -
CMYK 0 0.09 0.29 0.06
HSL 41.74º 0.7% 0.81% -
HSV(B) 41.74º 0.29% 0.94% -
XYZ 68.62 72.13 48.83 -
YUV 219.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 240 219 171 0 0.09 0.29 0.06 41.74 0.7 0.81
Hex F0 DB AB 0 9 1D 6 2A 46 51
Octal 360 333 253 0 11 35 6 52 106 121
Binary 11110000 11011011 10101011 0 1001 11101 110 101010 1000110 1010001

Color Harmonies of #F0DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBAB

Black with #F0DBAB

Text Example


Text Example

White with #F0DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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