Shades of Cupid #FDB4C6
Tints of Cupid #FDB4C6
RGB
CMYK
RGB Variations
Color information
#FDB4C6 (or 0xFDB4C6) is known color: Cupid. HEX triplet: FD, B4 and C6. RGB value is (253,180,198). Sum of RGB (Red+Green+Blue) = 253+180+198=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4C6 is #024B39. Grayscale: #CBCBCB. Windows color (decimal): -150330 or 13022461. OLE color: 13022461.
HSL color Cylindrical-coordinate representation of color #FDB4C6: hue angle of 345.21º 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 #FDB4C6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 198 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.01 |
| HSL | 345.21º | 0.95% | 0.85% | - |
| HSV(B) | 345.21º | 0.29% | 0.99% | - |
| XYZ | 67.02 | 57.6 | 61.01 | - |
| YUV | 203.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 198 | 0 | 0.29 | 0.22 | 0.01 | 345.21 | 0.95 | 0.85 |
| Hex | FD | B4 | C6 | 0 | 1D | 16 | 1 | 159 | 5F | 55 |
| Octal | 375 | 264 | 306 | 0 | 35 | 26 | 1 | 531 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11000110 | 0 | 11101 | 10110 | 1 | 101011001 | 1011111 | 1010101 |
Color Harmonies of #FDB4C6
Complementary color
Monochromatic Colors of #FDB4C6
Black with #FDB4C6
Text Example
Text Example
White with #FDB4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4C6; }
p { color: rgb(253,180,198); }
H1.HeaderClassName
{
color: #FDB4C6;
}
.AnyTagClassName
{
color: #FDB4C6;
}
</style>
background-color css
<style>
a { background-color: #FDB4C6; }
a { background-color: rgb(253,180,198); }
div.DivClassName
{
background-color: #FDB4C6;
}
.BgClassName
{
background-color: #FDB4C6;
}
</style>
border-color css
<style>
span { border-color: #FDB4C6; }
span { border-color: rgb(253,180,198); }
td.TdClassName
{
border-color: #FDB4C6;
}
.TagClassName
{
border-color: #FDB4C6;
}
</style>