Shades of Cupid #FDB0CA
Tints of Cupid #FDB0CA
RGB
CMYK
RGB Variations
Color information
#FDB0CA (or 0xFDB0CA) is known color: Cupid. HEX triplet: FD, B0 and CA. RGB value is (253,176,202). Sum of RGB (Red+Green+Blue) = 253+176+202=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0CA is #024F35. Grayscale: #C9C9C9. Windows color (decimal): -151350 or 13283581. OLE color: 13283581.
HSL color Cylindrical-coordinate representation of color #FDB0CA: hue angle of 339.74º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0CA is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 202 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.01 |
| HSL | 339.74º | 0.95% | 0.84% | - |
| HSV(B) | 339.74º | 0.3% | 0.99% | - |
| XYZ | 66.69 | 56.2 | 63.21 | - |
| YUV | 201.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 202 | 0 | 0.30 | 0.20 | 0.01 | 339.74 | 0.95 | 0.84 |
| Hex | FD | B0 | CA | 0 | 1E | 14 | 1 | 154 | 5F | 54 |
| Octal | 375 | 260 | 312 | 0 | 36 | 24 | 1 | 524 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11001010 | 0 | 11110 | 10100 | 1 | 101010100 | 1011111 | 1010100 |
Color Harmonies of #FDB0CA
Complementary color
Monochromatic Colors of #FDB0CA
Black with #FDB0CA
Text Example
Text Example
White with #FDB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0CA; }
p { color: rgb(253,176,202); }
H1.HeaderClassName
{
color: #FDB0CA;
}
.AnyTagClassName
{
color: #FDB0CA;
}
</style>
background-color css
<style>
a { background-color: #FDB0CA; }
a { background-color: rgb(253,176,202); }
div.DivClassName
{
background-color: #FDB0CA;
}
.BgClassName
{
background-color: #FDB0CA;
}
</style>
border-color css
<style>
span { border-color: #FDB0CA; }
span { border-color: rgb(253,176,202); }
td.TdClassName
{
border-color: #FDB0CA;
}
.TagClassName
{
border-color: #FDB0CA;
}
</style>