Shades of Apricot #F5CDB1
Tints of Apricot #F5CDB1
RGB
CMYK
RGB Variations
Color information
#F5CDB1 (or 0xF5CDB1) is known color: Apricot. HEX triplet: F5, CD and B1. RGB value is (245,205,177). Sum of RGB (Red+Green+Blue) = 245+205+177=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CDB1 is #0A324E. Grayscale: #D5D5D5. Windows color (decimal): -668239 or 11652597. OLE color: 11652597.
HSL color Cylindrical-coordinate representation of color #F5CDB1: hue angle of 24.71º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5CDB1 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 177 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.04 |
| HSL | 24.71º | 0.77% | 0.83% | - |
| HSV(B) | 24.71º | 0.28% | 0.96% | - |
| XYZ | 67.42 | 66.25 | 50.83 | - |
| YUV | 213.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 177 | 0 | 0.16 | 0.28 | 0.04 | 24.71 | 0.77 | 0.83 |
| Hex | F5 | CD | B1 | 0 | 10 | 1C | 4 | 19 | 4D | 53 |
| Octal | 365 | 315 | 261 | 0 | 20 | 34 | 4 | 31 | 115 | 123 |
| Binary | 11110101 | 11001101 | 10110001 | 0 | 10000 | 11100 | 100 | 11001 | 1001101 | 1010011 |
Color Harmonies of #F5CDB1
Complementary color
Monochromatic Colors of #F5CDB1
Black with #F5CDB1
Text Example
Text Example
White with #F5CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDB1; }
p { color: rgb(245,205,177); }
H1.HeaderClassName
{
color: #F5CDB1;
}
.AnyTagClassName
{
color: #F5CDB1;
}
</style>
background-color css
<style>
a { background-color: #F5CDB1; }
a { background-color: rgb(245,205,177); }
div.DivClassName
{
background-color: #F5CDB1;
}
.BgClassName
{
background-color: #F5CDB1;
}
</style>
border-color css
<style>
span { border-color: #F5CDB1; }
span { border-color: rgb(245,205,177); }
td.TdClassName
{
border-color: #F5CDB1;
}
.TagClassName
{
border-color: #F5CDB1;
}
</style>