Shades of Apricot #FFCDAE
Tints of Apricot #FFCDAE
RGB
CMYK
RGB Variations
Color information
#FFCDAE (or 0xFFCDAE) is known color: Apricot. HEX triplet: FF, CD and AE. RGB value is (255,205,174). Sum of RGB (Red+Green+Blue) = 255+205+174=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDAE is #003251. Grayscale: #D8D8D8. Windows color (decimal): -12882 or 11455999. OLE color: 11455999.
HSL color Cylindrical-coordinate representation of color #FFCDAE: hue angle of 22.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFCDAE is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 174 | - |
| CMYK | 0 | 0.20 | 0.32 | 0 |
| HSL | 22.96º | 1% | 0.84% | - |
| HSV(B) | 22.96º | 0.32% | 1% | - |
| XYZ | 70.71 | 67.98 | 49.44 | - |
| YUV | 216.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 174 | 0 | 0.20 | 0.32 | 0 | 22.96 | 1 | 0.84 |
| Hex | FF | CD | AE | 0 | 14 | 20 | 0 | 17 | 64 | 54 |
| Octal | 377 | 315 | 256 | 0 | 24 | 40 | 0 | 27 | 144 | 124 |
| Binary | 11111111 | 11001101 | 10101110 | 0 | 10100 | 100000 | 0 | 10111 | 1100100 | 1010100 |
Color Harmonies of #FFCDAE
Complementary color
Monochromatic Colors of #FFCDAE
Black with #FFCDAE
Text Example
Text Example
White with #FFCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDAE; }
p { color: rgb(255,205,174); }
H1.HeaderClassName
{
color: #FFCDAE;
}
.AnyTagClassName
{
color: #FFCDAE;
}
</style>
background-color css
<style>
a { background-color: #FFCDAE; }
a { background-color: rgb(255,205,174); }
div.DivClassName
{
background-color: #FFCDAE;
}
.BgClassName
{
background-color: #FFCDAE;
}
</style>
border-color css
<style>
span { border-color: #FFCDAE; }
span { border-color: rgb(255,205,174); }
td.TdClassName
{
border-color: #FFCDAE;
}
.TagClassName
{
border-color: #FFCDAE;
}
</style>