Shades of Cupid #FDB0C4
Tints of Cupid #FDB0C4
RGB
CMYK
RGB Variations
Color information
#FDB0C4 (or 0xFDB0C4) is known color: Cupid. HEX triplet: FD, B0 and C4. RGB value is (253,176,196). Sum of RGB (Red+Green+Blue) = 253+176+196=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0C4 is #024F3B. Grayscale: #C9C9C9. Windows color (decimal): -151356 or 12890365. OLE color: 12890365.
HSL color Cylindrical-coordinate representation of color #FDB0C4: hue angle of 344.42º 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 #FDB0C4 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 196 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.01 |
| HSL | 344.42º | 0.95% | 0.84% | - |
| HSV(B) | 344.42º | 0.3% | 0.99% | - |
| XYZ | 66 | 55.92 | 59.54 | - |
| YUV | 201.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 196 | 0 | 0.30 | 0.23 | 0.01 | 344.42 | 0.95 | 0.84 |
| Hex | FD | B0 | C4 | 0 | 1E | 17 | 1 | 158 | 5F | 54 |
| Octal | 375 | 260 | 304 | 0 | 36 | 27 | 1 | 530 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11000100 | 0 | 11110 | 10111 | 1 | 101011000 | 1011111 | 1010100 |
Color Harmonies of #FDB0C4
Complementary color
Monochromatic Colors of #FDB0C4
Black with #FDB0C4
Text Example
Text Example
White with #FDB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0C4; }
p { color: rgb(253,176,196); }
H1.HeaderClassName
{
color: #FDB0C4;
}
.AnyTagClassName
{
color: #FDB0C4;
}
</style>
background-color css
<style>
a { background-color: #FDB0C4; }
a { background-color: rgb(253,176,196); }
div.DivClassName
{
background-color: #FDB0C4;
}
.BgClassName
{
background-color: #FDB0C4;
}
</style>
border-color css
<style>
span { border-color: #FDB0C4; }
span { border-color: rgb(253,176,196); }
td.TdClassName
{
border-color: #FDB0C4;
}
.TagClassName
{
border-color: #FDB0C4;
}
</style>