#F3DAC5

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

Shades of Almond #F3DAC5

Tints of Almond #F3DAC5

Color information

#F3DAC5 (or 0xF3DAC5) is unknown color: approx Almond. HEX triplet: F3, DA and C5. RGB value is (243,218,197). Sum of RGB (Red+Green+Blue) = 243+218+197=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAC5 is #0C253A. Grayscale: #DFDFDF. Windows color (decimal): -795963 or 12966643. OLE color: 12966643.

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

Color convert

RGB243218197-
CMYK00.100.190.05
HSL27.39º65.71%86.27%-
HSV(B)27.39º18.93%95.29%-
XYZ72.1173.2363.16-
YUV223.08113.28142.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 197 (77.34% from 255) = 29.94%
R=36.93%
G=33.13%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321819700.100.190.0527.3965.7186.27
HexF3DAC50A1351b4256
Octal36333230501223533102126
Binary11110011110110101100010101010100111011101110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAC5; }

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

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

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

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

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

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

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

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