Shades of Cupid #FDB3C5
Tints of Cupid #FDB3C5
RGB
CMYK
RGB Variations
Color information
#FDB3C5 (or 0xFDB3C5) is known color: Cupid. HEX triplet: FD, B3 and C5. RGB value is (253,179,197). Sum of RGB (Red+Green+Blue) = 253+179+197=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3C5 is #024C3A. Grayscale: #CBCBCB. Windows color (decimal): -150587 or 12956669. OLE color: 12956669.
HSL color Cylindrical-coordinate representation of color #FDB3C5: hue angle of 345.41º 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 #FDB3C5 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 197 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.01 |
| HSL | 345.41º | 0.95% | 0.85% | - |
| HSV(B) | 345.41º | 0.29% | 0.99% | - |
| XYZ | 66.71 | 57.15 | 60.34 | - |
| YUV | 203.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 197 | 0 | 0.29 | 0.22 | 0.01 | 345.41 | 0.95 | 0.85 |
| Hex | FD | B3 | C5 | 0 | 1D | 16 | 1 | 159 | 5F | 55 |
| Octal | 375 | 263 | 305 | 0 | 35 | 26 | 1 | 531 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11000101 | 0 | 11101 | 10110 | 1 | 101011001 | 1011111 | 1010101 |
Color Harmonies of #FDB3C5
Complementary color
Monochromatic Colors of #FDB3C5
Black with #FDB3C5
Text Example
Text Example
White with #FDB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3C5; }
p { color: rgb(253,179,197); }
H1.HeaderClassName
{
color: #FDB3C5;
}
.AnyTagClassName
{
color: #FDB3C5;
}
</style>
background-color css
<style>
a { background-color: #FDB3C5; }
a { background-color: rgb(253,179,197); }
div.DivClassName
{
background-color: #FDB3C5;
}
.BgClassName
{
background-color: #FDB3C5;
}
</style>
border-color css
<style>
span { border-color: #FDB3C5; }
span { border-color: rgb(253,179,197); }
td.TdClassName
{
border-color: #FDB3C5;
}
.TagClassName
{
border-color: #FDB3C5;
}
</style>