Shades of Cupid #FDB2C6
Tints of Cupid #FDB2C6
RGB
CMYK
RGB Variations
Color information
#FDB2C6 (or 0xFDB2C6) is known color: Cupid. HEX triplet: FD, B2 and C6. RGB value is (253,178,198). Sum of RGB (Red+Green+Blue) = 253+178+198=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2C6 is #024D39. Grayscale: #CACACA. Windows color (decimal): -150842 or 13021949. OLE color: 13021949.
HSL color Cylindrical-coordinate representation of color #FDB2C6: hue angle of 344º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2C6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 198 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.01 |
| HSL | 344º | 0.95% | 0.85% | - |
| HSV(B) | 344º | 0.3% | 0.99% | - |
| XYZ | 66.62 | 56.8 | 60.88 | - |
| YUV | 202.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 198 | 0 | 0.30 | 0.22 | 0.01 | 344 | 0.95 | 0.85 |
| Hex | FD | B2 | C6 | 0 | 1E | 16 | 1 | 158 | 5F | 55 |
| Octal | 375 | 262 | 306 | 0 | 36 | 26 | 1 | 530 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11000110 | 0 | 11110 | 10110 | 1 | 101011000 | 1011111 | 1010101 |
Color Harmonies of #FDB2C6
Complementary color
Monochromatic Colors of #FDB2C6
Black with #FDB2C6
Text Example
Text Example
White with #FDB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2C6; }
p { color: rgb(253,178,198); }
H1.HeaderClassName
{
color: #FDB2C6;
}
.AnyTagClassName
{
color: #FDB2C6;
}
</style>
background-color css
<style>
a { background-color: #FDB2C6; }
a { background-color: rgb(253,178,198); }
div.DivClassName
{
background-color: #FDB2C6;
}
.BgClassName
{
background-color: #FDB2C6;
}
</style>
border-color css
<style>
span { border-color: #FDB2C6; }
span { border-color: rgb(253,178,198); }
td.TdClassName
{
border-color: #FDB2C6;
}
.TagClassName
{
border-color: #FDB2C6;
}
</style>