Shades of Cupid #FDABC2
Tints of Cupid #FDABC2
RGB
CMYK
RGB Variations
Color information
#FDABC2 (or 0xFDABC2) is known color: Cupid. HEX triplet: FD, AB and C2. RGB value is (253,171,194). Sum of RGB (Red+Green+Blue) = 253+171+194=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABC2 is #02543D. Grayscale: #C6C6C6. Windows color (decimal): -152638 or 12758013. OLE color: 12758013.
HSL color Cylindrical-coordinate representation of color #FDABC2: hue angle of 343.17º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABC2 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 194 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 343.17º | 0.95% | 0.83% | - |
| HSV(B) | 343.17º | 0.32% | 0.99% | - |
| XYZ | 64.81 | 53.9 | 58.03 | - |
| YUV | 198.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 194 | 0 | 0.32 | 0.23 | 0.01 | 343.17 | 0.95 | 0.83 |
| Hex | FD | AB | C2 | 0 | 20 | 17 | 1 | 157 | 5F | 53 |
| Octal | 375 | 253 | 302 | 0 | 40 | 27 | 1 | 527 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11000010 | 0 | 100000 | 10111 | 1 | 101010111 | 1011111 | 1010011 |
Color Harmonies of #FDABC2
Complementary color
Monochromatic Colors of #FDABC2
Black with #FDABC2
Text Example
Text Example
White with #FDABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABC2; }
p { color: rgb(253,171,194); }
H1.HeaderClassName
{
color: #FDABC2;
}
.AnyTagClassName
{
color: #FDABC2;
}
</style>
background-color css
<style>
a { background-color: #FDABC2; }
a { background-color: rgb(253,171,194); }
div.DivClassName
{
background-color: #FDABC2;
}
.BgClassName
{
background-color: #FDABC2;
}
</style>
border-color css
<style>
span { border-color: #FDABC2; }
span { border-color: rgb(253,171,194); }
td.TdClassName
{
border-color: #FDABC2;
}
.TagClassName
{
border-color: #FDABC2;
}
</style>