Shades of Apricot #FFCDAF
Tints of Apricot #FFCDAF
RGB
CMYK
RGB Variations
Color information
#FFCDAF (or 0xFFCDAF) is known color: Apricot. HEX triplet: FF, CD and AF. RGB value is (255,205,175). Sum of RGB (Red+Green+Blue) = 255+205+175=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDAF is #003250. Grayscale: #D8D8D8. Windows color (decimal): -12881 or 11521535. OLE color: 11521535.
HSL color Cylindrical-coordinate representation of color #FFCDAF: hue angle of 22.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFCDAF is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 175 | - |
| CMYK | 0 | 0.20 | 0.31 | 0 |
| HSL | 22.5º | 1% | 0.84% | - |
| HSV(B) | 22.5º | 0.31% | 1% | - |
| XYZ | 70.81 | 68.02 | 49.95 | - |
| YUV | 216.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 175 | 0 | 0.20 | 0.31 | 0 | 22.5 | 1 | 0.84 |
| Hex | FF | CD | AF | 0 | 14 | 1F | 0 | 16 | 64 | 54 |
| Octal | 377 | 315 | 257 | 0 | 24 | 37 | 0 | 26 | 144 | 124 |
| Binary | 11111111 | 11001101 | 10101111 | 0 | 10100 | 11111 | 0 | 10110 | 1100100 | 1010100 |
Color Harmonies of #FFCDAF
Complementary color
Monochromatic Colors of #FFCDAF
Black with #FFCDAF
Text Example
Text Example
White with #FFCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDAF; }
p { color: rgb(255,205,175); }
H1.HeaderClassName
{
color: #FFCDAF;
}
.AnyTagClassName
{
color: #FFCDAF;
}
</style>
background-color css
<style>
a { background-color: #FFCDAF; }
a { background-color: rgb(255,205,175); }
div.DivClassName
{
background-color: #FFCDAF;
}
.BgClassName
{
background-color: #FFCDAF;
}
</style>
border-color css
<style>
span { border-color: #FFCDAF; }
span { border-color: rgb(255,205,175); }
td.TdClassName
{
border-color: #FFCDAF;
}
.TagClassName
{
border-color: #FFCDAF;
}
</style>