#F0DCAC

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

Shades of Beeswax #F0DCAC

Tints of Beeswax #F0DCAC

Color information

#F0DCAC (or 0xF0DCAC) is unknown color: approx Beeswax. HEX triplet: F0, DC and AC. RGB value is (240,220,172). Sum of RGB (Red+Green+Blue) = 240+220+172=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DCAC is #0F2353. Grayscale: #DCDCDC. Windows color (decimal): -992084 or 11328752. OLE color: 11328752.

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

Color convert

RGB240220172-
CMYK00.080.280.06
HSL42.35º69.39%80.78%-
HSV(B)42.35º28.33%94.12%-
XYZ68.9772.6949.42-
YUV220.51100.63141.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 172 (67.58% from 255) = 27.22%
R=37.97%
G=34.81%
B=27.22%

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
Decimal24022017200.080.280.0642.3569.3980.78
HexF0DCAC081C62a4551
Octal36033425401034652105121
Binary111100001101110010101100010001110011010101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCAC; }

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

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

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

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

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

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

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

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