Shades of Cupid #FDA8BC
Tints of Cupid #FDA8BC
RGB
CMYK
RGB Variations
Color information
#FDA8BC (or 0xFDA8BC) is known color: Cupid. HEX triplet: FD, A8 and BC. RGB value is (253,168,188). Sum of RGB (Red+Green+Blue) = 253+168+188=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8BC is #025743. Grayscale: #C3C3C3. Windows color (decimal): -153412 or 12364029. OLE color: 12364029.
HSL color Cylindrical-coordinate representation of color #FDA8BC: hue angle of 345.88º 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 #FDA8BC is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 188 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.01 |
| HSL | 345.88º | 0.96% | 0.83% | - |
| HSV(B) | 345.88º | 0.34% | 0.99% | - |
| XYZ | 63.59 | 52.52 | 54.36 | - |
| YUV | 195.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 188 | 0 | 0.34 | 0.26 | 0.01 | 345.88 | 0.96 | 0.83 |
| Hex | FD | A8 | BC | 0 | 22 | 1A | 1 | 15A | 60 | 53 |
| Octal | 375 | 250 | 274 | 0 | 42 | 32 | 1 | 532 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10111100 | 0 | 100010 | 11010 | 1 | 101011010 | 1100000 | 1010011 |
Color Harmonies of #FDA8BC
Complementary color
Monochromatic Colors of #FDA8BC
Black with #FDA8BC
Text Example
Text Example
White with #FDA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8BC; }
p { color: rgb(253,168,188); }
H1.HeaderClassName
{
color: #FDA8BC;
}
.AnyTagClassName
{
color: #FDA8BC;
}
</style>
background-color css
<style>
a { background-color: #FDA8BC; }
a { background-color: rgb(253,168,188); }
div.DivClassName
{
background-color: #FDA8BC;
}
.BgClassName
{
background-color: #FDA8BC;
}
</style>
border-color css
<style>
span { border-color: #FDA8BC; }
span { border-color: rgb(253,168,188); }
td.TdClassName
{
border-color: #FDA8BC;
}
.TagClassName
{
border-color: #FDA8BC;
}
</style>