Shades of Apricot #FFCDAD
Tints of Apricot #FFCDAD
RGB
CMYK
RGB Variations
Color information
#FFCDAD (or 0xFFCDAD) is known color: Apricot. HEX triplet: FF, CD and AD. RGB value is (255,205,173). Sum of RGB (Red+Green+Blue) = 255+205+173=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDAD is #003252. Grayscale: #D8D8D8. Windows color (decimal): -12883 or 11390463. OLE color: 11390463.
HSL color Cylindrical-coordinate representation of color #FFCDAD: hue angle of 23.41º 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 #FFCDAD is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 173 | - |
| CMYK | 0 | 0.20 | 0.32 | 0 |
| HSL | 23.41º | 1% | 0.84% | - |
| HSV(B) | 23.41º | 0.32% | 1% | - |
| XYZ | 70.61 | 67.94 | 48.93 | - |
| YUV | 216.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 173 | 0 | 0.20 | 0.32 | 0 | 23.41 | 1 | 0.84 |
| Hex | FF | CD | AD | 0 | 14 | 20 | 0 | 17 | 64 | 54 |
| Octal | 377 | 315 | 255 | 0 | 24 | 40 | 0 | 27 | 144 | 124 |
| Binary | 11111111 | 11001101 | 10101101 | 0 | 10100 | 100000 | 0 | 10111 | 1100100 | 1010100 |
Color Harmonies of #FFCDAD
Complementary color
Monochromatic Colors of #FFCDAD
Black with #FFCDAD
Text Example
Text Example
White with #FFCDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDAD; }
p { color: rgb(255,205,173); }
H1.HeaderClassName
{
color: #FFCDAD;
}
.AnyTagClassName
{
color: #FFCDAD;
}
</style>
background-color css
<style>
a { background-color: #FFCDAD; }
a { background-color: rgb(255,205,173); }
div.DivClassName
{
background-color: #FFCDAD;
}
.BgClassName
{
background-color: #FFCDAD;
}
</style>
border-color css
<style>
span { border-color: #FFCDAD; }
span { border-color: rgb(255,205,173); }
td.TdClassName
{
border-color: #FFCDAD;
}
.TagClassName
{
border-color: #FFCDAD;
}
</style>