Shades of Apricot #FFCAB4
Tints of Apricot #FFCAB4
RGB
CMYK
RGB Variations
Color information
#FFCAB4 (or 0xFFCAB4) is known color: Apricot. HEX triplet: FF, CA and B4. RGB value is (255,202,180). Sum of RGB (Red+Green+Blue) = 255+202+180=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAB4 is #00354B. Grayscale: #D7D7D7. Windows color (decimal): -13644 or 11848447. OLE color: 11848447.
HSL color Cylindrical-coordinate representation of color #FFCAB4: hue angle of 17.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFCAB4 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 180 | - |
| CMYK | 0 | 0.21 | 0.29 | 0 |
| HSL | 17.6º | 1% | 0.85% | - |
| HSV(B) | 17.6º | 0.29% | 1% | - |
| XYZ | 70.6 | 66.8 | 52.35 | - |
| YUV | 215.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 180 | 0 | 0.21 | 0.29 | 0 | 17.6 | 1 | 0.85 |
| Hex | FF | CA | B4 | 0 | 15 | 1D | 0 | 12 | 64 | 55 |
| Octal | 377 | 312 | 264 | 0 | 25 | 35 | 0 | 22 | 144 | 125 |
| Binary | 11111111 | 11001010 | 10110100 | 0 | 10101 | 11101 | 0 | 10010 | 1100100 | 1010101 |
Color Harmonies of #FFCAB4
Complementary color
Monochromatic Colors of #FFCAB4
Black with #FFCAB4
Text Example
Text Example
White with #FFCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAB4; }
p { color: rgb(255,202,180); }
H1.HeaderClassName
{
color: #FFCAB4;
}
.AnyTagClassName
{
color: #FFCAB4;
}
</style>
background-color css
<style>
a { background-color: #FFCAB4; }
a { background-color: rgb(255,202,180); }
div.DivClassName
{
background-color: #FFCAB4;
}
.BgClassName
{
background-color: #FFCAB4;
}
</style>
border-color css
<style>
span { border-color: #FFCAB4; }
span { border-color: rgb(255,202,180); }
td.TdClassName
{
border-color: #FFCAB4;
}
.TagClassName
{
border-color: #FFCAB4;
}
</style>