Shades of Cupid #FDB5CA
Tints of Cupid #FDB5CA
RGB
CMYK
RGB Variations
Color information
#FDB5CA (or 0xFDB5CA) is known color: Cupid. HEX triplet: FD, B5 and CA. RGB value is (253,181,202). Sum of RGB (Red+Green+Blue) = 253+181+202=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5CA is #024A35. Grayscale: #CCCCCC. Windows color (decimal): -150070 or 13284861. OLE color: 13284861.
HSL color Cylindrical-coordinate representation of color #FDB5CA: hue angle of 342.5º 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 #FDB5CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 202 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.01 |
| HSL | 342.5º | 0.95% | 0.85% | - |
| HSV(B) | 342.5º | 0.28% | 0.99% | - |
| XYZ | 67.69 | 58.19 | 63.54 | - |
| YUV | 204.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 202 | 0 | 0.28 | 0.20 | 0.01 | 342.5 | 0.95 | 0.85 |
| Hex | FD | B5 | CA | 0 | 1C | 14 | 1 | 156 | 5F | 55 |
| Octal | 375 | 265 | 312 | 0 | 34 | 24 | 1 | 526 | 137 | 125 |
| Binary | 11111101 | 10110101 | 11001010 | 0 | 11100 | 10100 | 1 | 101010110 | 1011111 | 1010101 |
Color Harmonies of #FDB5CA
Complementary color
Monochromatic Colors of #FDB5CA
Black with #FDB5CA
Text Example
Text Example
White with #FDB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5CA; }
p { color: rgb(253,181,202); }
H1.HeaderClassName
{
color: #FDB5CA;
}
.AnyTagClassName
{
color: #FDB5CA;
}
</style>
background-color css
<style>
a { background-color: #FDB5CA; }
a { background-color: rgb(253,181,202); }
div.DivClassName
{
background-color: #FDB5CA;
}
.BgClassName
{
background-color: #FDB5CA;
}
</style>
border-color css
<style>
span { border-color: #FDB5CA; }
span { border-color: rgb(253,181,202); }
td.TdClassName
{
border-color: #FDB5CA;
}
.TagClassName
{
border-color: #FDB5CA;
}
</style>