Shades of Cupid #FDB0C3
Tints of Cupid #FDB0C3
RGB
CMYK
RGB Variations
Color information
#FDB0C3 (or 0xFDB0C3) is known color: Cupid. HEX triplet: FD, B0 and C3. RGB value is (253,176,195). Sum of RGB (Red+Green+Blue) = 253+176+195=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0C3 is #024F3C. Grayscale: #C9C9C9. Windows color (decimal): -151357 or 12824829. OLE color: 12824829.
HSL color Cylindrical-coordinate representation of color #FDB0C3: hue angle of 345.19º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0C3 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 195 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.01 |
| HSL | 345.19º | 0.95% | 0.84% | - |
| HSV(B) | 345.19º | 0.3% | 0.99% | - |
| XYZ | 65.88 | 55.87 | 58.94 | - |
| YUV | 201.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 195 | 0 | 0.30 | 0.23 | 0.01 | 345.19 | 0.95 | 0.84 |
| Hex | FD | B0 | C3 | 0 | 1E | 17 | 1 | 159 | 5F | 54 |
| Octal | 375 | 260 | 303 | 0 | 36 | 27 | 1 | 531 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11000011 | 0 | 11110 | 10111 | 1 | 101011001 | 1011111 | 1010100 |
Color Harmonies of #FDB0C3
Complementary color
Monochromatic Colors of #FDB0C3
Black with #FDB0C3
Text Example
Text Example
White with #FDB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0C3; }
p { color: rgb(253,176,195); }
H1.HeaderClassName
{
color: #FDB0C3;
}
.AnyTagClassName
{
color: #FDB0C3;
}
</style>
background-color css
<style>
a { background-color: #FDB0C3; }
a { background-color: rgb(253,176,195); }
div.DivClassName
{
background-color: #FDB0C3;
}
.BgClassName
{
background-color: #FDB0C3;
}
</style>
border-color css
<style>
span { border-color: #FDB0C3; }
span { border-color: rgb(253,176,195); }
td.TdClassName
{
border-color: #FDB0C3;
}
.TagClassName
{
border-color: #FDB0C3;
}
</style>