Shades of Light Pink #FCAEB8
Tints of Light Pink #FCAEB8
RGB
CMYK
RGB Variations
Color information
#FCAEB8 (or 0xFCAEB8) is known color: Light Pink. HEX triplet: FC, AE and B8. RGB value is (252,174,184). Sum of RGB (Red+Green+Blue) = 252+174+184=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEB8 is #035147. Grayscale: #C6C6C6. Windows color (decimal): -217416 or 12103420. OLE color: 12103420.
HSL color Cylindrical-coordinate representation of color #FCAEB8: hue angle of 352.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 #FCAEB8 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 184 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.01 |
| HSL | 352.31º | 0.93% | 0.84% | - |
| HSV(B) | 352.31º | 0.31% | 0.99% | - |
| XYZ | 63.93 | 54.43 | 52.48 | - |
| YUV | 198.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 184 | 0 | 0.31 | 0.27 | 0.01 | 352.31 | 0.93 | 0.84 |
| Hex | FC | AE | B8 | 0 | 1F | 1B | 1 | 160 | 5D | 54 |
| Octal | 374 | 256 | 270 | 0 | 37 | 33 | 1 | 540 | 135 | 124 |
| Binary | 11111100 | 10101110 | 10111000 | 0 | 11111 | 11011 | 1 | 101100000 | 1011101 | 1010100 |
Color Harmonies of #FCAEB8
Complementary color
Monochromatic Colors of #FCAEB8
Black with #FCAEB8
Text Example
Text Example
White with #FCAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEB8; }
p { color: rgb(252,174,184); }
H1.HeaderClassName
{
color: #FCAEB8;
}
.AnyTagClassName
{
color: #FCAEB8;
}
</style>
background-color css
<style>
a { background-color: #FCAEB8; }
a { background-color: rgb(252,174,184); }
div.DivClassName
{
background-color: #FCAEB8;
}
.BgClassName
{
background-color: #FCAEB8;
}
</style>
border-color css
<style>
span { border-color: #FCAEB8; }
span { border-color: rgb(252,174,184); }
td.TdClassName
{
border-color: #FCAEB8;
}
.TagClassName
{
border-color: #FCAEB8;
}
</style>