Shades of Cupid #FDA7BD
Tints of Cupid #FDA7BD
RGB
CMYK
RGB Variations
Color information
#FDA7BD (or 0xFDA7BD) is known color: Cupid. HEX triplet: FD, A7 and BD. RGB value is (253,167,189). Sum of RGB (Red+Green+Blue) = 253+167+189=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7BD is #025842. Grayscale: #C3C3C3. Windows color (decimal): -153667 or 12429309. OLE color: 12429309.
HSL color Cylindrical-coordinate representation of color #FDA7BD: hue angle of 344.65º 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 #FDA7BD is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 189 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.01 |
| HSL | 344.65º | 0.96% | 0.82% | - |
| HSV(B) | 344.65º | 0.34% | 0.99% | - |
| XYZ | 63.51 | 52.19 | 54.87 | - |
| YUV | 195.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 189 | 0 | 0.34 | 0.25 | 0.01 | 344.65 | 0.96 | 0.82 |
| Hex | FD | A7 | BD | 0 | 22 | 19 | 1 | 159 | 60 | 52 |
| Octal | 375 | 247 | 275 | 0 | 42 | 31 | 1 | 531 | 140 | 122 |
| Binary | 11111101 | 10100111 | 10111101 | 0 | 100010 | 11001 | 1 | 101011001 | 1100000 | 1010010 |
Color Harmonies of #FDA7BD
Complementary color
Monochromatic Colors of #FDA7BD
Black with #FDA7BD
Text Example
Text Example
White with #FDA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7BD; }
p { color: rgb(253,167,189); }
H1.HeaderClassName
{
color: #FDA7BD;
}
.AnyTagClassName
{
color: #FDA7BD;
}
</style>
background-color css
<style>
a { background-color: #FDA7BD; }
a { background-color: rgb(253,167,189); }
div.DivClassName
{
background-color: #FDA7BD;
}
.BgClassName
{
background-color: #FDA7BD;
}
</style>
border-color css
<style>
span { border-color: #FDA7BD; }
span { border-color: rgb(253,167,189); }
td.TdClassName
{
border-color: #FDA7BD;
}
.TagClassName
{
border-color: #FDA7BD;
}
</style>