Shades of Apricot #FDCAB3
Tints of Apricot #FDCAB3
RGB
CMYK
RGB Variations
Color information
#FDCAB3 (or 0xFDCAB3) is known color: Apricot. HEX triplet: FD, CA and B3. RGB value is (253,202,179). Sum of RGB (Red+Green+Blue) = 253+202+179=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAB3 is #02354C. Grayscale: #D6D6D6. Windows color (decimal): -144717 or 11782909. OLE color: 11782909.
HSL color Cylindrical-coordinate representation of color #FDCAB3: hue angle of 18.65º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDCAB3 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 202 | 179 | - |
CMYK | 0 | 0.20 | 0.29 | 0.01 |
HSL | 18.65º | 0.95% | 0.85% | - |
HSV(B) | 18.65º | 0.29% | 0.99% | - |
XYZ | 69.77 | 66.38 | 51.78 | - |
YUV | 214.63 | 107.9 | 155.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 202 | 179 | 0 | 0.20 | 0.29 | 0.01 | 18.65 | 0.95 | 0.85 |
Hex | FD | CA | B3 | 0 | 14 | 1D | 1 | 13 | 5F | 55 |
Octal | 375 | 312 | 263 | 0 | 24 | 35 | 1 | 23 | 137 | 125 |
Binary | 11111101 | 11001010 | 10110011 | 0 | 10100 | 11101 | 1 | 10011 | 1011111 | 1010101 |
Color Harmonies of #FDCAB3
Complementary color
Monochromatic Colors of #FDCAB3
Black with #FDCAB3
Text Example
Text Example
White with #FDCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCAB3; }
p { color: rgb(253,202,179); }
H1.HeaderClassName
{
color: #FDCAB3;
}
.AnyTagClassName
{
color: #FDCAB3;
}
</style>
background-color css
<style>
a { background-color: #FDCAB3; }
a { background-color: rgb(253,202,179); }
div.DivClassName
{
background-color: #FDCAB3;
}
.BgClassName
{
background-color: #FDCAB3;
}
</style>
border-color css
<style>
span { border-color: #FDCAB3; }
span { border-color: rgb(253,202,179); }
td.TdClassName
{
border-color: #FDCAB3;
}
.TagClassName
{
border-color: #FDCAB3;
}
</style>