Shades of Cupid #FDA7BC
Tints of Cupid #FDA7BC
RGB
CMYK
RGB Variations
Color information
#FDA7BC (or 0xFDA7BC) is known color: Cupid. HEX triplet: FD, A7 and BC. RGB value is (253,167,188). Sum of RGB (Red+Green+Blue) = 253+167+188=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7BC is #025843. Grayscale: #C3C3C3. Windows color (decimal): -153668 or 12363773. OLE color: 12363773.
HSL color Cylindrical-coordinate representation of color #FDA7BC: hue angle of 345.35º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7BC is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 188 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.01 |
| HSL | 345.35º | 0.96% | 0.82% | - |
| HSV(B) | 345.35º | 0.34% | 0.99% | - |
| XYZ | 63.4 | 52.15 | 54.3 | - |
| YUV | 195.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 188 | 0 | 0.34 | 0.26 | 0.01 | 345.35 | 0.96 | 0.82 |
| Hex | FD | A7 | BC | 0 | 22 | 1A | 1 | 159 | 60 | 52 |
| Octal | 375 | 247 | 274 | 0 | 42 | 32 | 1 | 531 | 140 | 122 |
| Binary | 11111101 | 10100111 | 10111100 | 0 | 100010 | 11010 | 1 | 101011001 | 1100000 | 1010010 |
Color Harmonies of #FDA7BC
Complementary color
Monochromatic Colors of #FDA7BC
Black with #FDA7BC
Text Example
Text Example
White with #FDA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7BC; }
p { color: rgb(253,167,188); }
H1.HeaderClassName
{
color: #FDA7BC;
}
.AnyTagClassName
{
color: #FDA7BC;
}
</style>
background-color css
<style>
a { background-color: #FDA7BC; }
a { background-color: rgb(253,167,188); }
div.DivClassName
{
background-color: #FDA7BC;
}
.BgClassName
{
background-color: #FDA7BC;
}
</style>
border-color css
<style>
span { border-color: #FDA7BC; }
span { border-color: rgb(253,167,188); }
td.TdClassName
{
border-color: #FDA7BC;
}
.TagClassName
{
border-color: #FDA7BC;
}
</style>