Shades of Cupid #FDB6CA
Tints of Cupid #FDB6CA
RGB
CMYK
RGB Variations
Color information
#FDB6CA (or 0xFDB6CA) is known color: Cupid. HEX triplet: FD, B6 and CA. RGB value is (253,182,202). Sum of RGB (Red+Green+Blue) = 253+182+202=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6CA is #024935. Grayscale: #CDCDCD. Windows color (decimal): -149814 or 13285117. OLE color: 13285117.
HSL color Cylindrical-coordinate representation of color #FDB6CA: hue angle of 343.1º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 202 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.01 |
| HSL | 343.1º | 0.95% | 0.85% | - |
| HSV(B) | 343.1º | 0.28% | 0.99% | - |
| XYZ | 67.9 | 58.6 | 63.61 | - |
| YUV | 205.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 202 | 0 | 0.28 | 0.20 | 0.01 | 343.1 | 0.95 | 0.85 |
| Hex | FD | B6 | CA | 0 | 1C | 14 | 1 | 157 | 5F | 55 |
| Octal | 375 | 266 | 312 | 0 | 34 | 24 | 1 | 527 | 137 | 125 |
| Binary | 11111101 | 10110110 | 11001010 | 0 | 11100 | 10100 | 1 | 101010111 | 1011111 | 1010101 |
Color Harmonies of #FDB6CA
Complementary color
Monochromatic Colors of #FDB6CA
Black with #FDB6CA
Text Example
Text Example
White with #FDB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6CA; }
p { color: rgb(253,182,202); }
H1.HeaderClassName
{
color: #FDB6CA;
}
.AnyTagClassName
{
color: #FDB6CA;
}
</style>
background-color css
<style>
a { background-color: #FDB6CA; }
a { background-color: rgb(253,182,202); }
div.DivClassName
{
background-color: #FDB6CA;
}
.BgClassName
{
background-color: #FDB6CA;
}
</style>
border-color css
<style>
span { border-color: #FDB6CA; }
span { border-color: rgb(253,182,202); }
td.TdClassName
{
border-color: #FDB6CA;
}
.TagClassName
{
border-color: #FDB6CA;
}
</style>