Shades of Cupid #FDB7CA
Tints of Cupid #FDB7CA
RGB
CMYK
RGB Variations
Color information
#FDB7CA (or 0xFDB7CA) is known color: Cupid. HEX triplet: FD, B7 and CA. RGB value is (253,183,202). Sum of RGB (Red+Green+Blue) = 253+183+202=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7CA is #024835. Grayscale: #CECECE. Windows color (decimal): -149558 or 13285373. OLE color: 13285373.
HSL color Cylindrical-coordinate representation of color #FDB7CA: hue angle of 343.71º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 202 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.01 |
| HSL | 343.71º | 0.95% | 0.85% | - |
| HSV(B) | 343.71º | 0.28% | 0.99% | - |
| XYZ | 68.1 | 59.01 | 63.68 | - |
| YUV | 206.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 202 | 0 | 0.28 | 0.20 | 0.01 | 343.71 | 0.95 | 0.85 |
| Hex | FD | B7 | CA | 0 | 1C | 14 | 1 | 158 | 5F | 55 |
| Octal | 375 | 267 | 312 | 0 | 34 | 24 | 1 | 530 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11001010 | 0 | 11100 | 10100 | 1 | 101011000 | 1011111 | 1010101 |
Color Harmonies of #FDB7CA
Complementary color
Monochromatic Colors of #FDB7CA
Black with #FDB7CA
Text Example
Text Example
White with #FDB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7CA; }
p { color: rgb(253,183,202); }
H1.HeaderClassName
{
color: #FDB7CA;
}
.AnyTagClassName
{
color: #FDB7CA;
}
</style>
background-color css
<style>
a { background-color: #FDB7CA; }
a { background-color: rgb(253,183,202); }
div.DivClassName
{
background-color: #FDB7CA;
}
.BgClassName
{
background-color: #FDB7CA;
}
</style>
border-color css
<style>
span { border-color: #FDB7CA; }
span { border-color: rgb(253,183,202); }
td.TdClassName
{
border-color: #FDB7CA;
}
.TagClassName
{
border-color: #FDB7CA;
}
</style>