Shades of Apricot #FFCBAE
Tints of Apricot #FFCBAE
RGB
CMYK
RGB Variations
Color information
#FFCBAE (or 0xFFCBAE) is known color: Apricot. HEX triplet: FF, CB and AE. RGB value is (255,203,174). Sum of RGB (Red+Green+Blue) = 255+203+174=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBAE is #003451. Grayscale: #D7D7D7. Windows color (decimal): -13394 or 11455487. OLE color: 11455487.
HSL color Cylindrical-coordinate representation of color #FFCBAE: hue angle of 21.48º 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 #FFCBAE is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 174 | - |
| CMYK | 0 | 0.20 | 0.32 | 0 |
| HSL | 21.48º | 1% | 0.84% | - |
| HSV(B) | 21.48º | 0.32% | 1% | - |
| XYZ | 70.24 | 67.03 | 49.28 | - |
| YUV | 215.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 174 | 0 | 0.20 | 0.32 | 0 | 21.48 | 1 | 0.84 |
| Hex | FF | CB | AE | 0 | 14 | 20 | 0 | 15 | 64 | 54 |
| Octal | 377 | 313 | 256 | 0 | 24 | 40 | 0 | 25 | 144 | 124 |
| Binary | 11111111 | 11001011 | 10101110 | 0 | 10100 | 100000 | 0 | 10101 | 1100100 | 1010100 |
Color Harmonies of #FFCBAE
Complementary color
Monochromatic Colors of #FFCBAE
Black with #FFCBAE
Text Example
Text Example
White with #FFCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBAE; }
p { color: rgb(255,203,174); }
H1.HeaderClassName
{
color: #FFCBAE;
}
.AnyTagClassName
{
color: #FFCBAE;
}
</style>
background-color css
<style>
a { background-color: #FFCBAE; }
a { background-color: rgb(255,203,174); }
div.DivClassName
{
background-color: #FFCBAE;
}
.BgClassName
{
background-color: #FFCBAE;
}
</style>
border-color css
<style>
span { border-color: #FFCBAE; }
span { border-color: rgb(255,203,174); }
td.TdClassName
{
border-color: #FFCBAE;
}
.TagClassName
{
border-color: #FFCBAE;
}
</style>