Shades of Cupid #FDB3CA
Tints of Cupid #FDB3CA
RGB
CMYK
RGB Variations
Color information
#FDB3CA (or 0xFDB3CA) is known color: Cupid. HEX triplet: FD, B3 and CA. RGB value is (253,179,202). Sum of RGB (Red+Green+Blue) = 253+179+202=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3CA is #024C35. Grayscale: #CBCBCB. Windows color (decimal): -150582 or 13284349. OLE color: 13284349.
HSL color Cylindrical-coordinate representation of color #FDB3CA: hue angle of 341.35º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3CA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 202 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.01 |
| HSL | 341.35º | 0.95% | 0.85% | - |
| HSV(B) | 341.35º | 0.29% | 0.99% | - |
| XYZ | 67.29 | 57.39 | 63.41 | - |
| YUV | 203.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 202 | 0 | 0.29 | 0.20 | 0.01 | 341.35 | 0.95 | 0.85 |
| Hex | FD | B3 | CA | 0 | 1D | 14 | 1 | 155 | 5F | 55 |
| Octal | 375 | 263 | 312 | 0 | 35 | 24 | 1 | 525 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11001010 | 0 | 11101 | 10100 | 1 | 101010101 | 1011111 | 1010101 |
Color Harmonies of #FDB3CA
Complementary color
Monochromatic Colors of #FDB3CA
Black with #FDB3CA
Text Example
Text Example
White with #FDB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3CA; }
p { color: rgb(253,179,202); }
H1.HeaderClassName
{
color: #FDB3CA;
}
.AnyTagClassName
{
color: #FDB3CA;
}
</style>
background-color css
<style>
a { background-color: #FDB3CA; }
a { background-color: rgb(253,179,202); }
div.DivClassName
{
background-color: #FDB3CA;
}
.BgClassName
{
background-color: #FDB3CA;
}
</style>
border-color css
<style>
span { border-color: #FDB3CA; }
span { border-color: rgb(253,179,202); }
td.TdClassName
{
border-color: #FDB3CA;
}
.TagClassName
{
border-color: #FDB3CA;
}
</style>