Shades of Cupid #FDB2C9
Tints of Cupid #FDB2C9
RGB
CMYK
RGB Variations
Color information
#FDB2C9 (or 0xFDB2C9) is known color: Cupid. HEX triplet: FD, B2 and C9. RGB value is (253,178,201). Sum of RGB (Red+Green+Blue) = 253+178+201=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2C9 is #024D36. Grayscale: #CBCBCB. Windows color (decimal): -150839 or 13218557. OLE color: 13218557.
HSL color Cylindrical-coordinate representation of color #FDB2C9: hue angle of 341.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2C9 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 201 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.01 |
| HSL | 341.6º | 0.95% | 0.85% | - |
| HSV(B) | 341.6º | 0.3% | 0.99% | - |
| XYZ | 66.97 | 56.94 | 62.72 | - |
| YUV | 203.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 201 | 0 | 0.30 | 0.21 | 0.01 | 341.6 | 0.95 | 0.85 |
| Hex | FD | B2 | C9 | 0 | 1E | 15 | 1 | 156 | 5F | 55 |
| Octal | 375 | 262 | 311 | 0 | 36 | 25 | 1 | 526 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11001001 | 0 | 11110 | 10101 | 1 | 101010110 | 1011111 | 1010101 |
Color Harmonies of #FDB2C9
Complementary color
Monochromatic Colors of #FDB2C9
Black with #FDB2C9
Text Example
Text Example
White with #FDB2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2C9; }
p { color: rgb(253,178,201); }
H1.HeaderClassName
{
color: #FDB2C9;
}
.AnyTagClassName
{
color: #FDB2C9;
}
</style>
background-color css
<style>
a { background-color: #FDB2C9; }
a { background-color: rgb(253,178,201); }
div.DivClassName
{
background-color: #FDB2C9;
}
.BgClassName
{
background-color: #FDB2C9;
}
</style>
border-color css
<style>
span { border-color: #FDB2C9; }
span { border-color: rgb(253,178,201); }
td.TdClassName
{
border-color: #FDB2C9;
}
.TagClassName
{
border-color: #FDB2C9;
}
</style>