Shades of Cupid #FDB5C7
Tints of Cupid #FDB5C7
RGB
CMYK
RGB Variations
Color information
#FDB5C7 (or 0xFDB5C7) is known color: Cupid. HEX triplet: FD, B5 and C7. RGB value is (253,181,199). Sum of RGB (Red+Green+Blue) = 253+181+199=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5C7 is #024A38. Grayscale: #CCCCCC. Windows color (decimal): -150073 or 13088253. OLE color: 13088253.
HSL color Cylindrical-coordinate representation of color #FDB5C7: hue angle of 345º 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 #FDB5C7 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 199 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.01 |
| HSL | 345º | 0.95% | 0.85% | - |
| HSV(B) | 345º | 0.28% | 0.99% | - |
| XYZ | 67.34 | 58.05 | 61.69 | - |
| YUV | 204.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 199 | 0 | 0.28 | 0.21 | 0.01 | 345 | 0.95 | 0.85 |
| Hex | FD | B5 | C7 | 0 | 1C | 15 | 1 | 159 | 5F | 55 |
| Octal | 375 | 265 | 307 | 0 | 34 | 25 | 1 | 531 | 137 | 125 |
| Binary | 11111101 | 10110101 | 11000111 | 0 | 11100 | 10101 | 1 | 101011001 | 1011111 | 1010101 |
Color Harmonies of #FDB5C7
Complementary color
Monochromatic Colors of #FDB5C7
Black with #FDB5C7
Text Example
Text Example
White with #FDB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5C7; }
p { color: rgb(253,181,199); }
H1.HeaderClassName
{
color: #FDB5C7;
}
.AnyTagClassName
{
color: #FDB5C7;
}
</style>
background-color css
<style>
a { background-color: #FDB5C7; }
a { background-color: rgb(253,181,199); }
div.DivClassName
{
background-color: #FDB5C7;
}
.BgClassName
{
background-color: #FDB5C7;
}
</style>
border-color css
<style>
span { border-color: #FDB5C7; }
span { border-color: rgb(253,181,199); }
td.TdClassName
{
border-color: #FDB5C7;
}
.TagClassName
{
border-color: #FDB5C7;
}
</style>