Shades of Cupid #FDAEC1
Tints of Cupid #FDAEC1
RGB
CMYK
RGB Variations
Color information
#FDAEC1 (or 0xFDAEC1) is known color: Cupid. HEX triplet: FD, AE and C1. RGB value is (253,174,193). Sum of RGB (Red+Green+Blue) = 253+174+193=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC1 is #02513E. Grayscale: #C7C7C7. Windows color (decimal): -151871 or 12693245. OLE color: 12693245.
HSL color Cylindrical-coordinate representation of color #FDAEC1: hue angle of 345.57º 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 #FDAEC1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 193 | - |
CMYK | 0 | 0.31 | 0.24 | 0.01 |
HSL | 345.57º | 0.95% | 0.84% | - |
HSV(B) | 345.57º | 0.31% | 0.99% | - |
XYZ | 65.27 | 55.01 | 57.63 | - |
YUV | 199.79 | 124.17 | 165.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 193 | 0 | 0.31 | 0.24 | 0.01 | 345.57 | 0.95 | 0.84 |
Hex | FD | AE | C1 | 0 | 1F | 18 | 1 | 15A | 5F | 54 |
Octal | 375 | 256 | 301 | 0 | 37 | 30 | 1 | 532 | 137 | 124 |
Binary | 11111101 | 10101110 | 11000001 | 0 | 11111 | 11000 | 1 | 101011010 | 1011111 | 1010100 |
Color Harmonies of #FDAEC1
Complementary color
Monochromatic Colors of #FDAEC1
Black with #FDAEC1
Text Example
Text Example
White with #FDAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEC1; }
p { color: rgb(253,174,193); }
H1.HeaderClassName
{
color: #FDAEC1;
}
.AnyTagClassName
{
color: #FDAEC1;
}
</style>
background-color css
<style>
a { background-color: #FDAEC1; }
a { background-color: rgb(253,174,193); }
div.DivClassName
{
background-color: #FDAEC1;
}
.BgClassName
{
background-color: #FDAEC1;
}
</style>
border-color css
<style>
span { border-color: #FDAEC1; }
span { border-color: rgb(253,174,193); }
td.TdClassName
{
border-color: #FDAEC1;
}
.TagClassName
{
border-color: #FDAEC1;
}
</style>