Shades of Almond #F3DCCA
Tints of Almond #F3DCCA
RGB
CMYK
RGB Variations
Color information
#F3DCCA (or 0xF3DCCA) is known color: Almond. HEX triplet: F3, DC and CA. RGB value is (243,220,202). Sum of RGB (Red+Green+Blue) = 243+220+202=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCCA is #0C2335. Grayscale: #E0E0E0. Windows color (decimal): -795446 or 13294835. OLE color: 13294835.
HSL color Cylindrical-coordinate representation of color #F3DCCA: hue angle of 26.34º 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 #F3DCCA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 202 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.05 |
| HSL | 26.34º | 0.63% | 0.87% | - |
| HSV(B) | 26.34º | 0.17% | 0.95% | - |
| XYZ | 73.22 | 74.51 | 66.4 | - |
| YUV | 224.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 202 | 0 | 0.09 | 0.17 | 0.05 | 26.34 | 0.63 | 0.87 |
| Hex | F3 | DC | CA | 0 | 9 | 11 | 5 | 1A | 3F | 57 |
| Octal | 363 | 334 | 312 | 0 | 11 | 21 | 5 | 32 | 77 | 127 |
| Binary | 11110011 | 11011100 | 11001010 | 0 | 1001 | 10001 | 101 | 11010 | 111111 | 1010111 |
Color Harmonies of #F3DCCA
Complementary color
Monochromatic Colors of #F3DCCA
Black with #F3DCCA
Text Example
Text Example
White with #F3DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCCA; }
p { color: rgb(243,220,202); }
H1.HeaderClassName
{
color: #F3DCCA;
}
.AnyTagClassName
{
color: #F3DCCA;
}
</style>
background-color css
<style>
a { background-color: #F3DCCA; }
a { background-color: rgb(243,220,202); }
div.DivClassName
{
background-color: #F3DCCA;
}
.BgClassName
{
background-color: #F3DCCA;
}
</style>
border-color css
<style>
span { border-color: #F3DCCA; }
span { border-color: rgb(243,220,202); }
td.TdClassName
{
border-color: #F3DCCA;
}
.TagClassName
{
border-color: #F3DCCA;
}
</style>