Shades of Apricot #F5CAAD
Tints of Apricot #F5CAAD
RGB
CMYK
RGB Variations
Color information
#F5CAAD (or 0xF5CAAD) is known color: Apricot. HEX triplet: F5, CA and AD. RGB value is (245,202,173). Sum of RGB (Red+Green+Blue) = 245+202+173=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CAAD is #0A3552. Grayscale: #D3D3D3. Windows color (decimal): -669011 or 11389685. OLE color: 11389685.
HSL color Cylindrical-coordinate representation of color #F5CAAD: hue angle of 24.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5CAAD is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 173 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.04 |
| HSL | 24.17º | 0.78% | 0.82% | - |
| HSV(B) | 24.17º | 0.29% | 0.96% | - |
| XYZ | 66.32 | 64.67 | 48.52 | - |
| YUV | 211.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 173 | 0 | 0.18 | 0.29 | 0.04 | 24.17 | 0.78 | 0.82 |
| Hex | F5 | CA | AD | 0 | 12 | 1D | 4 | 18 | 4E | 52 |
| Octal | 365 | 312 | 255 | 0 | 22 | 35 | 4 | 30 | 116 | 122 |
| Binary | 11110101 | 11001010 | 10101101 | 0 | 10010 | 11101 | 100 | 11000 | 1001110 | 1010010 |
Color Harmonies of #F5CAAD
Complementary color
Monochromatic Colors of #F5CAAD
Black with #F5CAAD
Text Example
Text Example
White with #F5CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CAAD; }
p { color: rgb(245,202,173); }
H1.HeaderClassName
{
color: #F5CAAD;
}
.AnyTagClassName
{
color: #F5CAAD;
}
</style>
background-color css
<style>
a { background-color: #F5CAAD; }
a { background-color: rgb(245,202,173); }
div.DivClassName
{
background-color: #F5CAAD;
}
.BgClassName
{
background-color: #F5CAAD;
}
</style>
border-color css
<style>
span { border-color: #F5CAAD; }
span { border-color: rgb(245,202,173); }
td.TdClassName
{
border-color: #F5CAAD;
}
.TagClassName
{
border-color: #F5CAAD;
}
</style>