Shades of Cupid #FDAEC4
Tints of Cupid #FDAEC4
RGB
CMYK
RGB Variations
Color information
#FDAEC4 (or 0xFDAEC4) is known color: Cupid. HEX triplet: FD, AE and C4. RGB value is (253,174,196). Sum of RGB (Red+Green+Blue) = 253+174+196=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC4 is #02513B. Grayscale: #C8C8C8. Windows color (decimal): -151868 or 12889853. OLE color: 12889853.
HSL color Cylindrical-coordinate representation of color #FDAEC4: hue angle of 343.29º 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 #FDAEC4 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 196 | - |
CMYK | 0 | 0.31 | 0.23 | 0.01 |
HSL | 343.29º | 0.95% | 0.84% | - |
HSV(B) | 343.29º | 0.31% | 0.99% | - |
XYZ | 65.61 | 55.14 | 59.41 | - |
YUV | 200.13 | 125.67 | 165.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 196 | 0 | 0.31 | 0.23 | 0.01 | 343.29 | 0.95 | 0.84 |
Hex | FD | AE | C4 | 0 | 1F | 17 | 1 | 157 | 5F | 54 |
Octal | 375 | 256 | 304 | 0 | 37 | 27 | 1 | 527 | 137 | 124 |
Binary | 11111101 | 10101110 | 11000100 | 0 | 11111 | 10111 | 1 | 101010111 | 1011111 | 1010100 |
Color Harmonies of #FDAEC4
Complementary color
Monochromatic Colors of #FDAEC4
Black with #FDAEC4
Text Example
Text Example
White with #FDAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEC4; }
p { color: rgb(253,174,196); }
H1.HeaderClassName
{
color: #FDAEC4;
}
.AnyTagClassName
{
color: #FDAEC4;
}
</style>
background-color css
<style>
a { background-color: #FDAEC4; }
a { background-color: rgb(253,174,196); }
div.DivClassName
{
background-color: #FDAEC4;
}
.BgClassName
{
background-color: #FDAEC4;
}
</style>
border-color css
<style>
span { border-color: #FDAEC4; }
span { border-color: rgb(253,174,196); }
td.TdClassName
{
border-color: #FDAEC4;
}
.TagClassName
{
border-color: #FDAEC4;
}
</style>