Shades of Cupid #FDAEC2
Tints of Cupid #FDAEC2
RGB
CMYK
RGB Variations
Color information
#FDAEC2 (or 0xFDAEC2) is known color: Cupid. HEX triplet: FD, AE and C2. RGB value is (253,174,194). Sum of RGB (Red+Green+Blue) = 253+174+194=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC2 is #02513D. Grayscale: #C7C7C7. Windows color (decimal): -151870 or 12758781. OLE color: 12758781.
HSL color Cylindrical-coordinate representation of color #FDAEC2: hue angle of 344.81º 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 #FDAEC2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 194 | - |
CMYK | 0 | 0.31 | 0.23 | 0.01 |
HSL | 344.81º | 0.95% | 0.84% | - |
HSV(B) | 344.81º | 0.31% | 0.99% | - |
XYZ | 65.38 | 55.05 | 58.22 | - |
YUV | 199.9 | 124.67 | 165.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 194 | 0 | 0.31 | 0.23 | 0.01 | 344.81 | 0.95 | 0.84 |
Hex | FD | AE | C2 | 0 | 1F | 17 | 1 | 159 | 5F | 54 |
Octal | 375 | 256 | 302 | 0 | 37 | 27 | 1 | 531 | 137 | 124 |
Binary | 11111101 | 10101110 | 11000010 | 0 | 11111 | 10111 | 1 | 101011001 | 1011111 | 1010100 |
Color Harmonies of #FDAEC2
Complementary color
Monochromatic Colors of #FDAEC2
Black with #FDAEC2
Text Example
Text Example
White with #FDAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEC2; }
p { color: rgb(253,174,194); }
H1.HeaderClassName
{
color: #FDAEC2;
}
.AnyTagClassName
{
color: #FDAEC2;
}
</style>
background-color css
<style>
a { background-color: #FDAEC2; }
a { background-color: rgb(253,174,194); }
div.DivClassName
{
background-color: #FDAEC2;
}
.BgClassName
{
background-color: #FDAEC2;
}
</style>
border-color css
<style>
span { border-color: #FDAEC2; }
span { border-color: rgb(253,174,194); }
td.TdClassName
{
border-color: #FDAEC2;
}
.TagClassName
{
border-color: #FDAEC2;
}
</style>