Shades of Light Pink #FCAEBA
Tints of Light Pink #FCAEBA
RGB
CMYK
RGB Variations
Color information
#FCAEBA (or 0xFCAEBA) is known color: Light Pink. HEX triplet: FC, AE and BA. RGB value is (252,174,186). Sum of RGB (Red+Green+Blue) = 252+174+186=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEBA is #035145. Grayscale: #C6C6C6. Windows color (decimal): -217414 or 12234492. OLE color: 12234492.
HSL color Cylindrical-coordinate representation of color #FCAEBA: hue angle of 350.77º 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 #FCAEBA is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 186 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.01 |
| HSL | 350.77º | 0.93% | 0.84% | - |
| HSV(B) | 350.77º | 0.31% | 0.99% | - |
| XYZ | 64.14 | 54.51 | 53.6 | - |
| YUV | 198.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 186 | 0 | 0.31 | 0.26 | 0.01 | 350.77 | 0.93 | 0.84 |
| Hex | FC | AE | BA | 0 | 1F | 1A | 1 | 15F | 5D | 54 |
| Octal | 374 | 256 | 272 | 0 | 37 | 32 | 1 | 537 | 135 | 124 |
| Binary | 11111100 | 10101110 | 10111010 | 0 | 11111 | 11010 | 1 | 101011111 | 1011101 | 1010100 |
Color Harmonies of #FCAEBA
Complementary color
Monochromatic Colors of #FCAEBA
Black with #FCAEBA
Text Example
Text Example
White with #FCAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEBA; }
p { color: rgb(252,174,186); }
H1.HeaderClassName
{
color: #FCAEBA;
}
.AnyTagClassName
{
color: #FCAEBA;
}
</style>
background-color css
<style>
a { background-color: #FCAEBA; }
a { background-color: rgb(252,174,186); }
div.DivClassName
{
background-color: #FCAEBA;
}
.BgClassName
{
background-color: #FCAEBA;
}
</style>
border-color css
<style>
span { border-color: #FCAEBA; }
span { border-color: rgb(252,174,186); }
td.TdClassName
{
border-color: #FCAEBA;
}
.TagClassName
{
border-color: #FCAEBA;
}
</style>