#F5DAC7

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

Shades of Almond #F5DAC7

Tints of Almond #F5DAC7

Color information

#F5DAC7 (or 0xF5DAC7) is unknown color: approx Almond. HEX triplet: F5, DA and C7. RGB value is (245,218,199). Sum of RGB (Red+Green+Blue) = 245+218+199=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DAC7 is #0A2538. Grayscale: #E0E0E0. Windows color (decimal): -664889 or 13097717. OLE color: 13097717.

HSL color Cylindrical-coordinate representation of color #F5DAC7: hue angle of 24.78º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5DAC7 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB245218199-
CMYK00.110.190.04
HSL24.78º69.7%87.06%-
HSV(B)24.78º18.78%96.08%-
XYZ73.0473.6864.4-
YUV223.91113.95143.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 199 (78.12% from 255) = 30.06%
R=37.01%
G=32.93%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521819900.110.190.0424.7869.787.06
HexF5DAC70B134194657
Octal36533230701323431106127
Binary11110101110110101100011101011100111001100110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DAC7; }

 p { color: rgb(245,218,199); }

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

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

 a { background-color: rgb(245,218,199); }

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

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

 span { border-color: rgb(245,218,199); }

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