#F3DACA

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

Shades of Almond #F3DACA

Tints of Almond #F3DACA

Color information

#F3DACA (or 0xF3DACA) is unknown color: approx Almond. HEX triplet: F3, DA and CA. RGB value is (243,218,202). Sum of RGB (Red+Green+Blue) = 243+218+202=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DACA is #0C2535. Grayscale: #DFDFDF. Windows color (decimal): -795958 or 13294323. OLE color: 13294323.

HSL color Cylindrical-coordinate representation of color #F3DACA: hue angle of 23.41º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3DACA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243218202-
CMYK00.100.170.05
HSL23.41º63.08%87.25%-
HSV(B)23.41º16.87%95.29%-
XYZ72.6973.4666.23-
YUV223.65115.78141.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=36.65%
G=32.88%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321820200.100.170.0523.4163.0887.25
HexF3DACA0A115173f57
Octal3633323120122152777127
Binary1111001111011010110010100101010001101101111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DACA; }

 p { color: rgb(243,218,202); }

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

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

 a { background-color: rgb(243,218,202); }

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

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

 span { border-color: rgb(243,218,202); }

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