Shades of Apricot #FFCEAF
Tints of Apricot #FFCEAF
RGB
CMYK
RGB Variations
Color information
#FFCEAF (or 0xFFCEAF) is known color: Apricot. HEX triplet: FF, CE and AF. RGB value is (255,206,175). Sum of RGB (Red+Green+Blue) = 255+206+175=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAF is #003150. Grayscale: #D9D9D9. Windows color (decimal): -12625 or 11521791. OLE color: 11521791.
HSL color Cylindrical-coordinate representation of color #FFCEAF: hue angle of 23.25º 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 #FFCEAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 175 | - |
| CMYK | 0 | 0.19 | 0.31 | 0 |
| HSL | 23.25º | 1% | 0.84% | - |
| HSV(B) | 23.25º | 0.31% | 1% | - |
| XYZ | 71.05 | 68.5 | 50.03 | - |
| YUV | 217.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 175 | 0 | 0.19 | 0.31 | 0 | 23.25 | 1 | 0.84 |
| Hex | FF | CE | AF | 0 | 13 | 1F | 0 | 17 | 64 | 54 |
| Octal | 377 | 316 | 257 | 0 | 23 | 37 | 0 | 27 | 144 | 124 |
| Binary | 11111111 | 11001110 | 10101111 | 0 | 10011 | 11111 | 0 | 10111 | 1100100 | 1010100 |
Color Harmonies of #FFCEAF
Complementary color
Monochromatic Colors of #FFCEAF
Black with #FFCEAF
Text Example
Text Example
White with #FFCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEAF; }
p { color: rgb(255,206,175); }
H1.HeaderClassName
{
color: #FFCEAF;
}
.AnyTagClassName
{
color: #FFCEAF;
}
</style>
background-color css
<style>
a { background-color: #FFCEAF; }
a { background-color: rgb(255,206,175); }
div.DivClassName
{
background-color: #FFCEAF;
}
.BgClassName
{
background-color: #FFCEAF;
}
</style>
border-color css
<style>
span { border-color: #FFCEAF; }
span { border-color: rgb(255,206,175); }
td.TdClassName
{
border-color: #FFCEAF;
}
.TagClassName
{
border-color: #FFCEAF;
}
</style>