Shades of Apricot #F5CDB3
Tints of Apricot #F5CDB3
RGB
CMYK
RGB Variations
Color information
#F5CDB3 (or 0xF5CDB3) is known color: Apricot. HEX triplet: F5, CD and B3. RGB value is (245,205,179). Sum of RGB (Red+Green+Blue) = 245+205+179=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 179 (70.31% from 255 or 28.46% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDB3 is #0A324C. Grayscale: #D6D6D6. Windows color (decimal): -668237 or 11783669. OLE color: 11783669.
HSL color Cylindrical-coordinate representation of color #F5CDB3: hue angle of 23.64º degrees, saturation: 0.77, 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 #F5CDB3 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 179 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.04 |
| HSL | 23.64º | 0.77% | 0.83% | - |
| HSV(B) | 23.64º | 0.27% | 0.96% | - |
| XYZ | 67.62 | 66.33 | 51.89 | - |
| YUV | 214 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 179 | 0 | 0.16 | 0.27 | 0.04 | 23.64 | 0.77 | 0.83 |
| Hex | F5 | CD | B3 | 0 | 10 | 1B | 4 | 18 | 4D | 53 |
| Octal | 365 | 315 | 263 | 0 | 20 | 33 | 4 | 30 | 115 | 123 |
| Binary | 11110101 | 11001101 | 10110011 | 0 | 10000 | 11011 | 100 | 11000 | 1001101 | 1010011 |
Color Harmonies of #F5CDB3
Complementary color
Monochromatic Colors of #F5CDB3
Black with #F5CDB3
Text Example
Text Example
White with #F5CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDB3; }
p { color: rgb(245,205,179); }
H1.HeaderClassName
{
color: #F5CDB3;
}
.AnyTagClassName
{
color: #F5CDB3;
}
</style>
background-color css
<style>
a { background-color: #F5CDB3; }
a { background-color: rgb(245,205,179); }
div.DivClassName
{
background-color: #F5CDB3;
}
.BgClassName
{
background-color: #F5CDB3;
}
</style>
border-color css
<style>
span { border-color: #F5CDB3; }
span { border-color: rgb(245,205,179); }
td.TdClassName
{
border-color: #F5CDB3;
}
.TagClassName
{
border-color: #F5CDB3;
}
</style>