Shades of Cupid #FDB4CA
Tints of Cupid #FDB4CA
RGB
CMYK
RGB Variations
Color information
#FDB4CA (or 0xFDB4CA) is known color: Cupid. HEX triplet: FD, B4 and CA. RGB value is (253,180,202). Sum of RGB (Red+Green+Blue) = 253+180+202=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4CA is #024B35. Grayscale: #CCCCCC. Windows color (decimal): -150326 or 13284605. OLE color: 13284605.
HSL color Cylindrical-coordinate representation of color #FDB4CA: hue angle of 341.92º 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 #FDB4CA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 202 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.01 |
| HSL | 341.92º | 0.95% | 0.85% | - |
| HSV(B) | 341.92º | 0.29% | 0.99% | - |
| XYZ | 67.49 | 57.79 | 63.47 | - |
| YUV | 204.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 202 | 0 | 0.29 | 0.20 | 0.01 | 341.92 | 0.95 | 0.85 |
| Hex | FD | B4 | CA | 0 | 1D | 14 | 1 | 156 | 5F | 55 |
| Octal | 375 | 264 | 312 | 0 | 35 | 24 | 1 | 526 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11001010 | 0 | 11101 | 10100 | 1 | 101010110 | 1011111 | 1010101 |
Color Harmonies of #FDB4CA
Complementary color
Monochromatic Colors of #FDB4CA
Black with #FDB4CA
Text Example
Text Example
White with #FDB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4CA; }
p { color: rgb(253,180,202); }
H1.HeaderClassName
{
color: #FDB4CA;
}
.AnyTagClassName
{
color: #FDB4CA;
}
</style>
background-color css
<style>
a { background-color: #FDB4CA; }
a { background-color: rgb(253,180,202); }
div.DivClassName
{
background-color: #FDB4CA;
}
.BgClassName
{
background-color: #FDB4CA;
}
</style>
border-color css
<style>
span { border-color: #FDB4CA; }
span { border-color: rgb(253,180,202); }
td.TdClassName
{
border-color: #FDB4CA;
}
.TagClassName
{
border-color: #FDB4CA;
}
</style>