Shades of Cupid #FDA8BD
Tints of Cupid #FDA8BD
RGB
CMYK
RGB Variations
Color information
#FDA8BD (or 0xFDA8BD) is known color: Cupid. HEX triplet: FD, A8 and BD. RGB value is (253,168,189). Sum of RGB (Red+Green+Blue) = 253+168+189=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8BD is #025742. Grayscale: #C3C3C3. Windows color (decimal): -153411 or 12429565. OLE color: 12429565.
HSL color Cylindrical-coordinate representation of color #FDA8BD: hue angle of 345.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8BD is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 189 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.01 |
| HSL | 345.18º | 0.96% | 0.83% | - |
| HSV(B) | 345.18º | 0.34% | 0.99% | - |
| XYZ | 63.7 | 52.56 | 54.93 | - |
| YUV | 195.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 189 | 0 | 0.34 | 0.25 | 0.01 | 345.18 | 0.96 | 0.83 |
| Hex | FD | A8 | BD | 0 | 22 | 19 | 1 | 159 | 60 | 53 |
| Octal | 375 | 250 | 275 | 0 | 42 | 31 | 1 | 531 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10111101 | 0 | 100010 | 11001 | 1 | 101011001 | 1100000 | 1010011 |
Color Harmonies of #FDA8BD
Complementary color
Monochromatic Colors of #FDA8BD
Black with #FDA8BD
Text Example
Text Example
White with #FDA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8BD; }
p { color: rgb(253,168,189); }
H1.HeaderClassName
{
color: #FDA8BD;
}
.AnyTagClassName
{
color: #FDA8BD;
}
</style>
background-color css
<style>
a { background-color: #FDA8BD; }
a { background-color: rgb(253,168,189); }
div.DivClassName
{
background-color: #FDA8BD;
}
.BgClassName
{
background-color: #FDA8BD;
}
</style>
border-color css
<style>
span { border-color: #FDA8BD; }
span { border-color: rgb(253,168,189); }
td.TdClassName
{
border-color: #FDA8BD;
}
.TagClassName
{
border-color: #FDA8BD;
}
</style>