Shades of Apricot #FDCAB1
Tints of Apricot #FDCAB1
RGB
CMYK
RGB Variations
Color information
#FDCAB1 (or 0xFDCAB1) is known color: Apricot. HEX triplet: FD, CA and B1. RGB value is (253,202,177). Sum of RGB (Red+Green+Blue) = 253+202+177=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCAB1 is #02354E. Grayscale: #D6D6D6. Windows color (decimal): -144719 or 11651837. OLE color: 11651837.
HSL color Cylindrical-coordinate representation of color #FDCAB1: hue angle of 19.74º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDCAB1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 177 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.01 |
| HSL | 19.74º | 0.95% | 0.84% | - |
| HSV(B) | 19.74º | 0.3% | 0.99% | - |
| XYZ | 69.56 | 66.3 | 50.73 | - |
| YUV | 214.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 177 | 0 | 0.20 | 0.30 | 0.01 | 19.74 | 0.95 | 0.84 |
| Hex | FD | CA | B1 | 0 | 14 | 1E | 1 | 14 | 5F | 54 |
| Octal | 375 | 312 | 261 | 0 | 24 | 36 | 1 | 24 | 137 | 124 |
| Binary | 11111101 | 11001010 | 10110001 | 0 | 10100 | 11110 | 1 | 10100 | 1011111 | 1010100 |
Color Harmonies of #FDCAB1
Complementary color
Monochromatic Colors of #FDCAB1
Black with #FDCAB1
Text Example
Text Example
White with #FDCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCAB1; }
p { color: rgb(253,202,177); }
H1.HeaderClassName
{
color: #FDCAB1;
}
.AnyTagClassName
{
color: #FDCAB1;
}
</style>
background-color css
<style>
a { background-color: #FDCAB1; }
a { background-color: rgb(253,202,177); }
div.DivClassName
{
background-color: #FDCAB1;
}
.BgClassName
{
background-color: #FDCAB1;
}
</style>
border-color css
<style>
span { border-color: #FDCAB1; }
span { border-color: rgb(253,202,177); }
td.TdClassName
{
border-color: #FDCAB1;
}
.TagClassName
{
border-color: #FDCAB1;
}
</style>