Shades of Light Pink #FDAEC0
Tints of Light Pink #FDAEC0
RGB
CMYK
RGB Variations
Color information
#FDAEC0 (or 0xFDAEC0) is known color: Light Pink. HEX triplet: FD, AE and C0. RGB value is (253,174,192). Sum of RGB (Red+Green+Blue) = 253+174+192=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC0 is #02513F. Grayscale: #C7C7C7. Windows color (decimal): -151872 or 12627709. OLE color: 12627709.
HSL color Cylindrical-coordinate representation of color #FDAEC0: hue angle of 346.33º degrees, saturation: 0.95, 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 #FDAEC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 192 | - |
CMYK | 0 | 0.31 | 0.24 | 0.01 |
HSL | 346.33º | 0.95% | 0.84% | - |
HSV(B) | 346.33º | 0.31% | 0.99% | - |
XYZ | 65.16 | 54.96 | 57.04 | - |
YUV | 199.67 | 123.67 | 166.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 192 | 0 | 0.31 | 0.24 | 0.01 | 346.33 | 0.95 | 0.84 |
Hex | FD | AE | C0 | 0 | 1F | 18 | 1 | 15A | 5F | 54 |
Octal | 375 | 256 | 300 | 0 | 37 | 30 | 1 | 532 | 137 | 124 |
Binary | 11111101 | 10101110 | 11000000 | 0 | 11111 | 11000 | 1 | 101011010 | 1011111 | 1010100 |
Color Harmonies of #FDAEC0
Complementary color
Monochromatic Colors of #FDAEC0
Black with #FDAEC0
Text Example
Text Example
White with #FDAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEC0; }
p { color: rgb(253,174,192); }
H1.HeaderClassName
{
color: #FDAEC0;
}
.AnyTagClassName
{
color: #FDAEC0;
}
</style>
background-color css
<style>
a { background-color: #FDAEC0; }
a { background-color: rgb(253,174,192); }
div.DivClassName
{
background-color: #FDAEC0;
}
.BgClassName
{
background-color: #FDAEC0;
}
</style>
border-color css
<style>
span { border-color: #FDAEC0; }
span { border-color: rgb(253,174,192); }
td.TdClassName
{
border-color: #FDAEC0;
}
.TagClassName
{
border-color: #FDAEC0;
}
</style>