#F0D1A5

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

Shades of Dairy Cream #F0D1A5

Tints of Dairy Cream #F0D1A5

Color information

#F0D1A5 (or 0xF0D1A5) is unknown color: approx Dairy Cream. HEX triplet: F0, D1 and A5. RGB value is (240,209,165). Sum of RGB (Red+Green+Blue) = 240+209+165=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D1A5 is #0F2E5A. Grayscale: #D5D5D5. Windows color (decimal): -994907 or 10867184. OLE color: 10867184.

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

Color convert

RGB240209165-
CMYK00.130.310.06
HSL35.2º71.43%79.41%-
HSV(B)35.2º31.25%94.12%-
XYZ65.5366.8445.05-
YUV213.25100.77147.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 165 (64.84% from 255) = 26.87%
R=39.09%
G=34.04%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020916500.130.310.0635.271.4379.41
HexF0D1A50D1F623474f
Octal36032124501537643107117
Binary111100001101000110100101011011111111010001110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D1A5; }

 p { color: rgb(240,209,165); }

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

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

 a { background-color: rgb(240,209,165); }

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

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

 span { border-color: rgb(240,209,165); }

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