Shades of Cupid #FDA8BE
Tints of Cupid #FDA8BE
RGB
CMYK
RGB Variations
Color information
#FDA8BE (or 0xFDA8BE) is known color: Cupid. HEX triplet: FD, A8 and BE. RGB value is (253,168,190). Sum of RGB (Red+Green+Blue) = 253+168+190=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8BE is #025741. Grayscale: #C3C3C3. Windows color (decimal): -153410 or 12495101. OLE color: 12495101.
HSL color Cylindrical-coordinate representation of color #FDA8BE: hue angle of 344.47º 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 #FDA8BE is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 190 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.01 |
| HSL | 344.47º | 0.96% | 0.83% | - |
| HSV(B) | 344.47º | 0.34% | 0.99% | - |
| XYZ | 63.8 | 52.61 | 55.51 | - |
| YUV | 195.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 190 | 0 | 0.34 | 0.25 | 0.01 | 344.47 | 0.96 | 0.83 |
| Hex | FD | A8 | BE | 0 | 22 | 19 | 1 | 158 | 60 | 53 |
| Octal | 375 | 250 | 276 | 0 | 42 | 31 | 1 | 530 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10111110 | 0 | 100010 | 11001 | 1 | 101011000 | 1100000 | 1010011 |
Color Harmonies of #FDA8BE
Complementary color
Monochromatic Colors of #FDA8BE
Black with #FDA8BE
Text Example
Text Example
White with #FDA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8BE; }
p { color: rgb(253,168,190); }
H1.HeaderClassName
{
color: #FDA8BE;
}
.AnyTagClassName
{
color: #FDA8BE;
}
</style>
background-color css
<style>
a { background-color: #FDA8BE; }
a { background-color: rgb(253,168,190); }
div.DivClassName
{
background-color: #FDA8BE;
}
.BgClassName
{
background-color: #FDA8BE;
}
</style>
border-color css
<style>
span { border-color: #FDA8BE; }
span { border-color: rgb(253,168,190); }
td.TdClassName
{
border-color: #FDA8BE;
}
.TagClassName
{
border-color: #FDA8BE;
}
</style>