Shades of Apricot #FFCEAD
Tints of Apricot #FFCEAD
RGB
CMYK
RGB Variations
Color information
#FFCEAD (or 0xFFCEAD) is known color: Apricot. HEX triplet: FF, CE and AD. RGB value is (255,206,173). Sum of RGB (Red+Green+Blue) = 255+206+173=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAD is #003152. Grayscale: #D9D9D9. Windows color (decimal): -12627 or 11390719. OLE color: 11390719.
HSL color Cylindrical-coordinate representation of color #FFCEAD: hue angle of 24.15º 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 #FFCEAD is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 173 | - |
| CMYK | 0 | 0.19 | 0.32 | 0 |
| HSL | 24.15º | 1% | 0.84% | - |
| HSV(B) | 24.15º | 0.32% | 1% | - |
| XYZ | 70.85 | 68.42 | 49.01 | - |
| YUV | 216.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 173 | 0 | 0.19 | 0.32 | 0 | 24.15 | 1 | 0.84 |
| Hex | FF | CE | AD | 0 | 13 | 20 | 0 | 18 | 64 | 54 |
| Octal | 377 | 316 | 255 | 0 | 23 | 40 | 0 | 30 | 144 | 124 |
| Binary | 11111111 | 11001110 | 10101101 | 0 | 10011 | 100000 | 0 | 11000 | 1100100 | 1010100 |
Color Harmonies of #FFCEAD
Complementary color
Monochromatic Colors of #FFCEAD
Black with #FFCEAD
Text Example
Text Example
White with #FFCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEAD; }
p { color: rgb(255,206,173); }
H1.HeaderClassName
{
color: #FFCEAD;
}
.AnyTagClassName
{
color: #FFCEAD;
}
</style>
background-color css
<style>
a { background-color: #FFCEAD; }
a { background-color: rgb(255,206,173); }
div.DivClassName
{
background-color: #FFCEAD;
}
.BgClassName
{
background-color: #FFCEAD;
}
</style>
border-color css
<style>
span { border-color: #FFCEAD; }
span { border-color: rgb(255,206,173); }
td.TdClassName
{
border-color: #FFCEAD;
}
.TagClassName
{
border-color: #FFCEAD;
}
</style>