Shades of Light Pink #FCAEBD
Tints of Light Pink #FCAEBD
RGB
CMYK
RGB Variations
Color information
#FCAEBD (or 0xFCAEBD) is known color: Light Pink. HEX triplet: FC, AE and BD. RGB value is (252,174,189). Sum of RGB (Red+Green+Blue) = 252+174+189=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEBD is #035142. Grayscale: #C7C7C7. Windows color (decimal): -217411 or 12431100. OLE color: 12431100.
HSL color Cylindrical-coordinate representation of color #FCAEBD: hue angle of 348.46º 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 #FCAEBD is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 189 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.01 |
| HSL | 348.46º | 0.93% | 0.84% | - |
| HSV(B) | 348.46º | 0.31% | 0.99% | - |
| XYZ | 64.47 | 54.64 | 55.29 | - |
| YUV | 199.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 189 | 0 | 0.31 | 0.25 | 0.01 | 348.46 | 0.93 | 0.84 |
| Hex | FC | AE | BD | 0 | 1F | 19 | 1 | 15C | 5D | 54 |
| Octal | 374 | 256 | 275 | 0 | 37 | 31 | 1 | 534 | 135 | 124 |
| Binary | 11111100 | 10101110 | 10111101 | 0 | 11111 | 11001 | 1 | 101011100 | 1011101 | 1010100 |
Color Harmonies of #FCAEBD
Complementary color
Monochromatic Colors of #FCAEBD
Black with #FCAEBD
Text Example
Text Example
White with #FCAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEBD; }
p { color: rgb(252,174,189); }
H1.HeaderClassName
{
color: #FCAEBD;
}
.AnyTagClassName
{
color: #FCAEBD;
}
</style>
background-color css
<style>
a { background-color: #FCAEBD; }
a { background-color: rgb(252,174,189); }
div.DivClassName
{
background-color: #FCAEBD;
}
.BgClassName
{
background-color: #FCAEBD;
}
</style>
border-color css
<style>
span { border-color: #FCAEBD; }
span { border-color: rgb(252,174,189); }
td.TdClassName
{
border-color: #FCAEBD;
}
.TagClassName
{
border-color: #FCAEBD;
}
</style>