Shades of Apricot #FFCAAD
Tints of Apricot #FFCAAD
RGB
CMYK
RGB Variations
Color information
#FFCAAD (or 0xFFCAAD) is known color: Apricot. HEX triplet: FF, CA and AD. RGB value is (255,202,173). Sum of RGB (Red+Green+Blue) = 255+202+173=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAD is #003552. Grayscale: #D6D6D6. Windows color (decimal): -13651 or 11389695. OLE color: 11389695.
HSL color Cylindrical-coordinate representation of color #FFCAAD: hue angle of 21.22º 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 #FFCAAD is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 173 | - |
| CMYK | 0 | 0.21 | 0.32 | 0 |
| HSL | 21.22º | 1% | 0.84% | - |
| HSV(B) | 21.22º | 0.32% | 1% | - |
| XYZ | 69.9 | 66.52 | 48.69 | - |
| YUV | 214.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 173 | 0 | 0.21 | 0.32 | 0 | 21.22 | 1 | 0.84 |
| Hex | FF | CA | AD | 0 | 15 | 20 | 0 | 15 | 64 | 54 |
| Octal | 377 | 312 | 255 | 0 | 25 | 40 | 0 | 25 | 144 | 124 |
| Binary | 11111111 | 11001010 | 10101101 | 0 | 10101 | 100000 | 0 | 10101 | 1100100 | 1010100 |
Color Harmonies of #FFCAAD
Complementary color
Monochromatic Colors of #FFCAAD
Black with #FFCAAD
Text Example
Text Example
White with #FFCAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAAD; }
p { color: rgb(255,202,173); }
H1.HeaderClassName
{
color: #FFCAAD;
}
.AnyTagClassName
{
color: #FFCAAD;
}
</style>
background-color css
<style>
a { background-color: #FFCAAD; }
a { background-color: rgb(255,202,173); }
div.DivClassName
{
background-color: #FFCAAD;
}
.BgClassName
{
background-color: #FFCAAD;
}
</style>
border-color css
<style>
span { border-color: #FFCAAD; }
span { border-color: rgb(255,202,173); }
td.TdClassName
{
border-color: #FFCAAD;
}
.TagClassName
{
border-color: #FFCAAD;
}
</style>