Shades of Cupid #FDB5C8
Tints of Cupid #FDB5C8
RGB
CMYK
RGB Variations
Color information
#FDB5C8 (or 0xFDB5C8) is known color: Cupid. HEX triplet: FD, B5 and C8. RGB value is (253,181,200). Sum of RGB (Red+Green+Blue) = 253+181+200=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5C8 is #024A37. Grayscale: #CCCCCC. Windows color (decimal): -150072 or 13153789. OLE color: 13153789.
HSL color Cylindrical-coordinate representation of color #FDB5C8: hue angle of 344.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5C8 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 200 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.01 |
| HSL | 344.17º | 0.95% | 0.85% | - |
| HSV(B) | 344.17º | 0.28% | 0.99% | - |
| XYZ | 67.46 | 58.1 | 62.3 | - |
| YUV | 204.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 200 | 0 | 0.28 | 0.21 | 0.01 | 344.17 | 0.95 | 0.85 |
| Hex | FD | B5 | C8 | 0 | 1C | 15 | 1 | 158 | 5F | 55 |
| Octal | 375 | 265 | 310 | 0 | 34 | 25 | 1 | 530 | 137 | 125 |
| Binary | 11111101 | 10110101 | 11001000 | 0 | 11100 | 10101 | 1 | 101011000 | 1011111 | 1010101 |
Color Harmonies of #FDB5C8
Complementary color
Monochromatic Colors of #FDB5C8
Black with #FDB5C8
Text Example
Text Example
White with #FDB5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5C8; }
p { color: rgb(253,181,200); }
H1.HeaderClassName
{
color: #FDB5C8;
}
.AnyTagClassName
{
color: #FDB5C8;
}
</style>
background-color css
<style>
a { background-color: #FDB5C8; }
a { background-color: rgb(253,181,200); }
div.DivClassName
{
background-color: #FDB5C8;
}
.BgClassName
{
background-color: #FDB5C8;
}
</style>
border-color css
<style>
span { border-color: #FDB5C8; }
span { border-color: rgb(253,181,200); }
td.TdClassName
{
border-color: #FDB5C8;
}
.TagClassName
{
border-color: #FDB5C8;
}
</style>