Shades of Apricot #FFCDAB
Tints of Apricot #FFCDAB
RGB
CMYK
RGB Variations
Color information
#FFCDAB (or 0xFFCDAB) is known color: Apricot. HEX triplet: FF, CD and AB. RGB value is (255,205,171). Sum of RGB (Red+Green+Blue) = 255+205+171=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDAB is #003254. Grayscale: #D8D8D8. Windows color (decimal): -12885 or 11259391. OLE color: 11259391.
HSL color Cylindrical-coordinate representation of color #FFCDAB: hue angle of 24.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCDAB is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 171 | - |
| CMYK | 0 | 0.20 | 0.33 | 0 |
| HSL | 24.29º | 1% | 0.84% | - |
| HSV(B) | 24.29º | 0.33% | 1% | - |
| XYZ | 70.42 | 67.86 | 47.92 | - |
| YUV | 216.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 171 | 0 | 0.20 | 0.33 | 0 | 24.29 | 1 | 0.84 |
| Hex | FF | CD | AB | 0 | 14 | 21 | 0 | 18 | 64 | 54 |
| Octal | 377 | 315 | 253 | 0 | 24 | 41 | 0 | 30 | 144 | 124 |
| Binary | 11111111 | 11001101 | 10101011 | 0 | 10100 | 100001 | 0 | 11000 | 1100100 | 1010100 |
Color Harmonies of #FFCDAB
Complementary color
Monochromatic Colors of #FFCDAB
Black with #FFCDAB
Text Example
Text Example
White with #FFCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDAB; }
p { color: rgb(255,205,171); }
H1.HeaderClassName
{
color: #FFCDAB;
}
.AnyTagClassName
{
color: #FFCDAB;
}
</style>
background-color css
<style>
a { background-color: #FFCDAB; }
a { background-color: rgb(255,205,171); }
div.DivClassName
{
background-color: #FFCDAB;
}
.BgClassName
{
background-color: #FFCDAB;
}
</style>
border-color css
<style>
span { border-color: #FFCDAB; }
span { border-color: rgb(255,205,171); }
td.TdClassName
{
border-color: #FFCDAB;
}
.TagClassName
{
border-color: #FFCDAB;
}
</style>