Shades of Cupid #FDA7BB
Tints of Cupid #FDA7BB
RGB
CMYK
RGB Variations
Color information
#FDA7BB (or 0xFDA7BB) is known color: Cupid. HEX triplet: FD, A7 and BB. RGB value is (253,167,187). Sum of RGB (Red+Green+Blue) = 253+167+187=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7BB is #025844. Grayscale: #C3C3C3. Windows color (decimal): -153669 or 12298237. OLE color: 12298237.
HSL color Cylindrical-coordinate representation of color #FDA7BB: hue angle of 346.05º 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 #FDA7BB is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 187 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.01 |
| HSL | 346.05º | 0.96% | 0.82% | - |
| HSV(B) | 346.05º | 0.34% | 0.99% | - |
| XYZ | 63.3 | 52.11 | 53.74 | - |
| YUV | 194.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 187 | 0 | 0.34 | 0.26 | 0.01 | 346.05 | 0.96 | 0.82 |
| Hex | FD | A7 | BB | 0 | 22 | 1A | 1 | 15A | 60 | 52 |
| Octal | 375 | 247 | 273 | 0 | 42 | 32 | 1 | 532 | 140 | 122 |
| Binary | 11111101 | 10100111 | 10111011 | 0 | 100010 | 11010 | 1 | 101011010 | 1100000 | 1010010 |
Color Harmonies of #FDA7BB
Complementary color
Monochromatic Colors of #FDA7BB
Black with #FDA7BB
Text Example
Text Example
White with #FDA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7BB; }
p { color: rgb(253,167,187); }
H1.HeaderClassName
{
color: #FDA7BB;
}
.AnyTagClassName
{
color: #FDA7BB;
}
</style>
background-color css
<style>
a { background-color: #FDA7BB; }
a { background-color: rgb(253,167,187); }
div.DivClassName
{
background-color: #FDA7BB;
}
.BgClassName
{
background-color: #FDA7BB;
}
</style>
border-color css
<style>
span { border-color: #FDA7BB; }
span { border-color: rgb(253,167,187); }
td.TdClassName
{
border-color: #FDA7BB;
}
.TagClassName
{
border-color: #FDA7BB;
}
</style>