Shades of Cupid #FDA6BC
Tints of Cupid #FDA6BC
RGB
CMYK
RGB Variations
Color information
#FDA6BC (or 0xFDA6BC) is known color: Cupid. HEX triplet: FD, A6 and BC. RGB value is (253,166,188). Sum of RGB (Red+Green+Blue) = 253+166+188=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6BC is #025943. Grayscale: #C2C2C2. Windows color (decimal): -153924 or 12363517. OLE color: 12363517.
HSL color Cylindrical-coordinate representation of color #FDA6BC: hue angle of 344.83º 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 #FDA6BC is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 188 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.01 |
| HSL | 344.83º | 0.96% | 0.82% | - |
| HSV(B) | 344.83º | 0.34% | 0.99% | - |
| XYZ | 63.22 | 51.79 | 54.24 | - |
| YUV | 194.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 188 | 0 | 0.34 | 0.26 | 0.01 | 344.83 | 0.96 | 0.82 |
| Hex | FD | A6 | BC | 0 | 22 | 1A | 1 | 159 | 60 | 52 |
| Octal | 375 | 246 | 274 | 0 | 42 | 32 | 1 | 531 | 140 | 122 |
| Binary | 11111101 | 10100110 | 10111100 | 0 | 100010 | 11010 | 1 | 101011001 | 1100000 | 1010010 |
Color Harmonies of #FDA6BC
Complementary color
Monochromatic Colors of #FDA6BC
Black with #FDA6BC
Text Example
Text Example
White with #FDA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6BC; }
p { color: rgb(253,166,188); }
H1.HeaderClassName
{
color: #FDA6BC;
}
.AnyTagClassName
{
color: #FDA6BC;
}
</style>
background-color css
<style>
a { background-color: #FDA6BC; }
a { background-color: rgb(253,166,188); }
div.DivClassName
{
background-color: #FDA6BC;
}
.BgClassName
{
background-color: #FDA6BC;
}
</style>
border-color css
<style>
span { border-color: #FDA6BC; }
span { border-color: rgb(253,166,188); }
td.TdClassName
{
border-color: #FDA6BC;
}
.TagClassName
{
border-color: #FDA6BC;
}
</style>