Shades of Cupid #FDAEC6
Tints of Cupid #FDAEC6
RGB
CMYK
RGB Variations
Color information
#FDAEC6 (or 0xFDAEC6) is known color: Cupid. HEX triplet: FD, AE and C6. RGB value is (253,174,198). Sum of RGB (Red+Green+Blue) = 253+174+198=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC6 is #025139. Grayscale: #C8C8C8. Windows color (decimal): -151866 or 13020925. OLE color: 13020925.
HSL color Cylindrical-coordinate representation of color #FDAEC6: hue angle of 341.77º 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 #FDAEC6 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 198 | - |
CMYK | 0 | 0.31 | 0.22 | 0.01 |
HSL | 341.77º | 0.95% | 0.84% | - |
HSV(B) | 341.77º | 0.31% | 0.99% | - |
XYZ | 65.84 | 55.23 | 60.62 | - |
YUV | 200.36 | 126.67 | 165.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 198 | 0 | 0.31 | 0.22 | 0.01 | 341.77 | 0.95 | 0.84 |
Hex | FD | AE | C6 | 0 | 1F | 16 | 1 | 156 | 5F | 54 |
Octal | 375 | 256 | 306 | 0 | 37 | 26 | 1 | 526 | 137 | 124 |
Binary | 11111101 | 10101110 | 11000110 | 0 | 11111 | 10110 | 1 | 101010110 | 1011111 | 1010100 |
Color Harmonies of #FDAEC6
Complementary color
Monochromatic Colors of #FDAEC6
Black with #FDAEC6
Text Example
Text Example
White with #FDAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEC6; }
p { color: rgb(253,174,198); }
H1.HeaderClassName
{
color: #FDAEC6;
}
.AnyTagClassName
{
color: #FDAEC6;
}
</style>
background-color css
<style>
a { background-color: #FDAEC6; }
a { background-color: rgb(253,174,198); }
div.DivClassName
{
background-color: #FDAEC6;
}
.BgClassName
{
background-color: #FDAEC6;
}
</style>
border-color css
<style>
span { border-color: #FDAEC6; }
span { border-color: rgb(253,174,198); }
td.TdClassName
{
border-color: #FDAEC6;
}
.TagClassName
{
border-color: #FDAEC6;
}
</style>