#F0DCAD

Color #F0DCAD Beeswax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beeswax #F0DCAD

Tints of Beeswax #F0DCAD

Color information

#F0DCAD (or 0xF0DCAD) is unknown color: approx Beeswax. HEX triplet: F0, DC and AD. RGB value is (240,220,173). Sum of RGB (Red+Green+Blue) = 240+220+173=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DCAD is #0F2352. Grayscale: #DCDCDC. Windows color (decimal): -992083 or 11394288. OLE color: 11394288.

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

Color convert

RGB240220173-
CMYK00.080.280.06
HSL42.09º69.07%80.98%-
HSV(B)42.09º27.92%94.12%-
XYZ69.0772.7349.93-
YUV220.62101.13141.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=37.91%
G=34.76%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022017300.080.280.0642.0969.0780.98
HexF0DCAD081C62a4551
Octal36033425501034652105121
Binary111100001101110010101101010001110011010101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCAD; }

 p { color: rgb(240,220,173); }

 H1.HeaderClassName
 {
   color: #F0DCAD;
 }
 .AnyTagClassName
 {
   color: #F0DCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(240,220,173); }

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

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

 span { border-color: rgb(240,220,173); }

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