Shades of Apricot #FDCEAF
Tints of Apricot #FDCEAF
RGB
CMYK
RGB Variations
Color information
#FDCEAF (or 0xFDCEAF) is known color: Apricot. HEX triplet: FD, CE and AF. RGB value is (253,206,175). Sum of RGB (Red+Green+Blue) = 253+206+175=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAF is #023150. Grayscale: #D8D8D8. Windows color (decimal): -143697 or 11521789. OLE color: 11521789.
HSL color Cylindrical-coordinate representation of color #FDCEAF: hue angle of 23.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDCEAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 175 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.01 |
| HSL | 23.85º | 0.95% | 0.84% | - |
| HSV(B) | 23.85º | 0.31% | 0.99% | - |
| XYZ | 70.32 | 68.12 | 50 | - |
| YUV | 216.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 175 | 0 | 0.19 | 0.31 | 0.01 | 23.85 | 0.95 | 0.84 |
| Hex | FD | CE | AF | 0 | 13 | 1F | 1 | 18 | 5F | 54 |
| Octal | 375 | 316 | 257 | 0 | 23 | 37 | 1 | 30 | 137 | 124 |
| Binary | 11111101 | 11001110 | 10101111 | 0 | 10011 | 11111 | 1 | 11000 | 1011111 | 1010100 |
Color Harmonies of #FDCEAF
Complementary color
Monochromatic Colors of #FDCEAF
Black with #FDCEAF
Text Example
Text Example
White with #FDCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEAF; }
p { color: rgb(253,206,175); }
H1.HeaderClassName
{
color: #FDCEAF;
}
.AnyTagClassName
{
color: #FDCEAF;
}
</style>
background-color css
<style>
a { background-color: #FDCEAF; }
a { background-color: rgb(253,206,175); }
div.DivClassName
{
background-color: #FDCEAF;
}
.BgClassName
{
background-color: #FDCEAF;
}
</style>
border-color css
<style>
span { border-color: #FDCEAF; }
span { border-color: rgb(253,206,175); }
td.TdClassName
{
border-color: #FDCEAF;
}
.TagClassName
{
border-color: #FDCEAF;
}
</style>