Shades of Apricot #FCCBAE
Tints of Apricot #FCCBAE
RGB
CMYK
RGB Variations
Color information
#FCCBAE (or 0xFCCBAE) is known color: Apricot. HEX triplet: FC, CB and AE. RGB value is (252,203,174). Sum of RGB (Red+Green+Blue) = 252+203+174=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBAE is #033451. Grayscale: #D6D6D6. Windows color (decimal): -210002 or 11455484. OLE color: 11455484.
HSL color Cylindrical-coordinate representation of color #FCCBAE: hue angle of 22.31º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCCBAE is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 174 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.01 |
| HSL | 22.31º | 0.93% | 0.84% | - |
| HSV(B) | 22.31º | 0.31% | 0.99% | - |
| XYZ | 69.14 | 66.46 | 49.23 | - |
| YUV | 214.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 174 | 0 | 0.19 | 0.31 | 0.01 | 22.31 | 0.93 | 0.84 |
| Hex | FC | CB | AE | 0 | 13 | 1F | 1 | 16 | 5D | 54 |
| Octal | 374 | 313 | 256 | 0 | 23 | 37 | 1 | 26 | 135 | 124 |
| Binary | 11111100 | 11001011 | 10101110 | 0 | 10011 | 11111 | 1 | 10110 | 1011101 | 1010100 |
Color Harmonies of #FCCBAE
Complementary color
Monochromatic Colors of #FCCBAE
Black with #FCCBAE
Text Example
Text Example
White with #FCCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBAE; }
p { color: rgb(252,203,174); }
H1.HeaderClassName
{
color: #FCCBAE;
}
.AnyTagClassName
{
color: #FCCBAE;
}
</style>
background-color css
<style>
a { background-color: #FCCBAE; }
a { background-color: rgb(252,203,174); }
div.DivClassName
{
background-color: #FCCBAE;
}
.BgClassName
{
background-color: #FCCBAE;
}
</style>
border-color css
<style>
span { border-color: #FCCBAE; }
span { border-color: rgb(252,203,174); }
td.TdClassName
{
border-color: #FCCBAE;
}
.TagClassName
{
border-color: #FCCBAE;
}
</style>