Shades of Light Pink #FCAEBB
Tints of Light Pink #FCAEBB
RGB
CMYK
RGB Variations
Color information
#FCAEBB (or 0xFCAEBB) is known color: Light Pink. HEX triplet: FC, AE and BB. RGB value is (252,174,187). Sum of RGB (Red+Green+Blue) = 252+174+187=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEBB is #035144. Grayscale: #C6C6C6. Windows color (decimal): -217413 or 12300028. OLE color: 12300028.
HSL color Cylindrical-coordinate representation of color #FCAEBB: hue angle of 350º 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 #FCAEBB is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 187 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.01 |
| HSL | 350º | 0.93% | 0.84% | - |
| HSV(B) | 350º | 0.31% | 0.99% | - |
| XYZ | 64.25 | 54.56 | 54.16 | - |
| YUV | 198.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 187 | 0 | 0.31 | 0.26 | 0.01 | 350 | 0.93 | 0.84 |
| Hex | FC | AE | BB | 0 | 1F | 1A | 1 | 15E | 5D | 54 |
| Octal | 374 | 256 | 273 | 0 | 37 | 32 | 1 | 536 | 135 | 124 |
| Binary | 11111100 | 10101110 | 10111011 | 0 | 11111 | 11010 | 1 | 101011110 | 1011101 | 1010100 |
Color Harmonies of #FCAEBB
Complementary color
Monochromatic Colors of #FCAEBB
Black with #FCAEBB
Text Example
Text Example
White with #FCAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEBB; }
p { color: rgb(252,174,187); }
H1.HeaderClassName
{
color: #FCAEBB;
}
.AnyTagClassName
{
color: #FCAEBB;
}
</style>
background-color css
<style>
a { background-color: #FCAEBB; }
a { background-color: rgb(252,174,187); }
div.DivClassName
{
background-color: #FCAEBB;
}
.BgClassName
{
background-color: #FCAEBB;
}
</style>
border-color css
<style>
span { border-color: #FCAEBB; }
span { border-color: rgb(252,174,187); }
td.TdClassName
{
border-color: #FCAEBB;
}
.TagClassName
{
border-color: #FCAEBB;
}
</style>