Shades of Apricot #FFCBAD
Tints of Apricot #FFCBAD
RGB
CMYK
RGB Variations
Color information
#FFCBAD (or 0xFFCBAD) is known color: Apricot. HEX triplet: FF, CB and AD. RGB value is (255,203,173). Sum of RGB (Red+Green+Blue) = 255+203+173=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBAD is #003452. Grayscale: #D7D7D7. Windows color (decimal): -13395 or 11389951. OLE color: 11389951.
HSL color Cylindrical-coordinate representation of color #FFCBAD: hue angle of 21.95º 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 #FFCBAD is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 173 | - |
| CMYK | 0 | 0.20 | 0.32 | 0 |
| HSL | 21.95º | 1% | 0.84% | - |
| HSV(B) | 21.95º | 0.32% | 1% | - |
| XYZ | 70.14 | 66.99 | 48.77 | - |
| YUV | 215.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 173 | 0 | 0.20 | 0.32 | 0 | 21.95 | 1 | 0.84 |
| Hex | FF | CB | AD | 0 | 14 | 20 | 0 | 16 | 64 | 54 |
| Octal | 377 | 313 | 255 | 0 | 24 | 40 | 0 | 26 | 144 | 124 |
| Binary | 11111111 | 11001011 | 10101101 | 0 | 10100 | 100000 | 0 | 10110 | 1100100 | 1010100 |
Color Harmonies of #FFCBAD
Complementary color
Monochromatic Colors of #FFCBAD
Black with #FFCBAD
Text Example
Text Example
White with #FFCBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBAD; }
p { color: rgb(255,203,173); }
H1.HeaderClassName
{
color: #FFCBAD;
}
.AnyTagClassName
{
color: #FFCBAD;
}
</style>
background-color css
<style>
a { background-color: #FFCBAD; }
a { background-color: rgb(255,203,173); }
div.DivClassName
{
background-color: #FFCBAD;
}
.BgClassName
{
background-color: #FFCBAD;
}
</style>
border-color css
<style>
span { border-color: #FFCBAD; }
span { border-color: rgb(255,203,173); }
td.TdClassName
{
border-color: #FFCBAD;
}
.TagClassName
{
border-color: #FFCBAD;
}
</style>