Shades of Apricot #F9CAB3
Tints of Apricot #F9CAB3
RGB
CMYK
RGB Variations
Color information
#F9CAB3 (or 0xF9CAB3) is known color: Apricot. HEX triplet: F9, CA and B3. RGB value is (249,202,179). Sum of RGB (Red+Green+Blue) = 249+202+179=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAB3 is #06354C. Grayscale: #D5D5D5. Windows color (decimal): -406861 or 11782905. OLE color: 11782905.
HSL color Cylindrical-coordinate representation of color #F9CAB3: hue angle of 19.71º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9CAB3 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 179 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.02 |
| HSL | 19.71º | 0.85% | 0.84% | - |
| HSV(B) | 19.71º | 0.28% | 0.98% | - |
| XYZ | 68.32 | 65.64 | 51.72 | - |
| YUV | 213.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 179 | 0 | 0.19 | 0.28 | 0.02 | 19.71 | 0.85 | 0.84 |
| Hex | F9 | CA | B3 | 0 | 13 | 1C | 2 | 14 | 55 | 54 |
| Octal | 371 | 312 | 263 | 0 | 23 | 34 | 2 | 24 | 125 | 124 |
| Binary | 11111001 | 11001010 | 10110011 | 0 | 10011 | 11100 | 10 | 10100 | 1010101 | 1010100 |
Color Harmonies of #F9CAB3
Complementary color
Monochromatic Colors of #F9CAB3
Black with #F9CAB3
Text Example
Text Example
White with #F9CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAB3; }
p { color: rgb(249,202,179); }
H1.HeaderClassName
{
color: #F9CAB3;
}
.AnyTagClassName
{
color: #F9CAB3;
}
</style>
background-color css
<style>
a { background-color: #F9CAB3; }
a { background-color: rgb(249,202,179); }
div.DivClassName
{
background-color: #F9CAB3;
}
.BgClassName
{
background-color: #F9CAB3;
}
</style>
border-color css
<style>
span { border-color: #F9CAB3; }
span { border-color: rgb(249,202,179); }
td.TdClassName
{
border-color: #F9CAB3;
}
.TagClassName
{
border-color: #F9CAB3;
}
</style>