Shades of Apricot #F5CDB4
Tints of Apricot #F5CDB4
RGB
CMYK
RGB Variations
Color information
#F5CDB4 (or 0xF5CDB4) is known color: Apricot. HEX triplet: F5, CD and B4. RGB value is (245,205,180). Sum of RGB (Red+Green+Blue) = 245+205+180=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDB4 is #0A324B. Grayscale: #D6D6D6. Windows color (decimal): -668236 or 11849205. OLE color: 11849205.
HSL color Cylindrical-coordinate representation of color #F5CDB4: hue angle of 23.08º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5CDB4 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 180 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.04 |
| HSL | 23.08º | 0.76% | 0.83% | - |
| HSV(B) | 23.08º | 0.27% | 0.96% | - |
| XYZ | 67.73 | 66.37 | 52.42 | - |
| YUV | 214.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 180 | 0 | 0.16 | 0.27 | 0.04 | 23.08 | 0.76 | 0.83 |
| Hex | F5 | CD | B4 | 0 | 10 | 1B | 4 | 17 | 4C | 53 |
| Octal | 365 | 315 | 264 | 0 | 20 | 33 | 4 | 27 | 114 | 123 |
| Binary | 11110101 | 11001101 | 10110100 | 0 | 10000 | 11011 | 100 | 10111 | 1001100 | 1010011 |
Color Harmonies of #F5CDB4
Complementary color
Monochromatic Colors of #F5CDB4
Black with #F5CDB4
Text Example
Text Example
White with #F5CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDB4; }
p { color: rgb(245,205,180); }
H1.HeaderClassName
{
color: #F5CDB4;
}
.AnyTagClassName
{
color: #F5CDB4;
}
</style>
background-color css
<style>
a { background-color: #F5CDB4; }
a { background-color: rgb(245,205,180); }
div.DivClassName
{
background-color: #F5CDB4;
}
.BgClassName
{
background-color: #F5CDB4;
}
</style>
border-color css
<style>
span { border-color: #F5CDB4; }
span { border-color: rgb(245,205,180); }
td.TdClassName
{
border-color: #F5CDB4;
}
.TagClassName
{
border-color: #F5CDB4;
}
</style>