Shades of Cupid #FDB2C7
Tints of Cupid #FDB2C7
RGB
CMYK
RGB Variations
Color information
#FDB2C7 (or 0xFDB2C7) is known color: Cupid. HEX triplet: FD, B2 and C7. RGB value is (253,178,199). Sum of RGB (Red+Green+Blue) = 253+178+199=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2C7 is #024D38. Grayscale: #CACACA. Windows color (decimal): -150841 or 13087485. OLE color: 13087485.
HSL color Cylindrical-coordinate representation of color #FDB2C7: hue angle of 343.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2C7 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 199 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.01 |
| HSL | 343.2º | 0.95% | 0.85% | - |
| HSV(B) | 343.2º | 0.3% | 0.99% | - |
| XYZ | 66.74 | 56.85 | 61.49 | - |
| YUV | 202.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 199 | 0 | 0.30 | 0.21 | 0.01 | 343.2 | 0.95 | 0.85 |
| Hex | FD | B2 | C7 | 0 | 1E | 15 | 1 | 157 | 5F | 55 |
| Octal | 375 | 262 | 307 | 0 | 36 | 25 | 1 | 527 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11000111 | 0 | 11110 | 10101 | 1 | 101010111 | 1011111 | 1010101 |
Color Harmonies of #FDB2C7
Complementary color
Monochromatic Colors of #FDB2C7
Black with #FDB2C7
Text Example
Text Example
White with #FDB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2C7; }
p { color: rgb(253,178,199); }
H1.HeaderClassName
{
color: #FDB2C7;
}
.AnyTagClassName
{
color: #FDB2C7;
}
</style>
background-color css
<style>
a { background-color: #FDB2C7; }
a { background-color: rgb(253,178,199); }
div.DivClassName
{
background-color: #FDB2C7;
}
.BgClassName
{
background-color: #FDB2C7;
}
</style>
border-color css
<style>
span { border-color: #FDB2C7; }
span { border-color: rgb(253,178,199); }
td.TdClassName
{
border-color: #FDB2C7;
}
.TagClassName
{
border-color: #FDB2C7;
}
</style>