Shades of Cupid #FDB2C8
Tints of Cupid #FDB2C8
RGB
CMYK
RGB Variations
Color information
#FDB2C8 (or 0xFDB2C8) is known color: Cupid. HEX triplet: FD, B2 and C8. RGB value is (253,178,200). Sum of RGB (Red+Green+Blue) = 253+178+200=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2C8 is #024D37. Grayscale: #CACACA. Windows color (decimal): -150840 or 13153021. OLE color: 13153021.
HSL color Cylindrical-coordinate representation of color #FDB2C8: hue angle of 342.4º 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 #FDB2C8 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 200 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.01 |
| HSL | 342.4º | 0.95% | 0.85% | - |
| HSV(B) | 342.4º | 0.3% | 0.99% | - |
| XYZ | 66.85 | 56.89 | 62.1 | - |
| YUV | 202.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 200 | 0 | 0.30 | 0.21 | 0.01 | 342.4 | 0.95 | 0.85 |
| Hex | FD | B2 | C8 | 0 | 1E | 15 | 1 | 156 | 5F | 55 |
| Octal | 375 | 262 | 310 | 0 | 36 | 25 | 1 | 526 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11001000 | 0 | 11110 | 10101 | 1 | 101010110 | 1011111 | 1010101 |
Color Harmonies of #FDB2C8
Complementary color
Monochromatic Colors of #FDB2C8
Black with #FDB2C8
Text Example
Text Example
White with #FDB2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2C8; }
p { color: rgb(253,178,200); }
H1.HeaderClassName
{
color: #FDB2C8;
}
.AnyTagClassName
{
color: #FDB2C8;
}
</style>
background-color css
<style>
a { background-color: #FDB2C8; }
a { background-color: rgb(253,178,200); }
div.DivClassName
{
background-color: #FDB2C8;
}
.BgClassName
{
background-color: #FDB2C8;
}
</style>
border-color css
<style>
span { border-color: #FDB2C8; }
span { border-color: rgb(253,178,200); }
td.TdClassName
{
border-color: #FDB2C8;
}
.TagClassName
{
border-color: #FDB2C8;
}
</style>