#F0D0A0

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

Shades of Dairy Cream #F0D0A0

Tints of Dairy Cream #F0D0A0

Color information

#F0D0A0 (or 0xF0D0A0) is unknown color: approx Dairy Cream. HEX triplet: F0, D0 and A0. RGB value is (240,208,160). Sum of RGB (Red+Green+Blue) = 240+208+160=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D0A0 is #0F2F5F. Grayscale: #D4D4D4. Windows color (decimal): -995168 or 10539248. OLE color: 10539248.

HSL color Cylindrical-coordinate representation of color #F0D0A0: hue angle of 36º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0D0A0 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240208160-
CMYK00.130.330.06
HSL36º72.73%78.43%-
HSV(B)36º33.33%94.12%-
XYZ64.8466.1842.61-
YUV212.198.6147.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 160 (62.89% from 255) = 26.32%
R=39.47%
G=34.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020816000.130.330.063672.7378.43
HexF0D0A00D21624494e
Octal36032024001541644111116
Binary1111000011010000101000000110110000111010010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D0A0; }

 p { color: rgb(240,208,160); }

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

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

 a { background-color: rgb(240,208,160); }

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

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

 span { border-color: rgb(240,208,160); }

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