Shades of Cupid #FDB0C6
Tints of Cupid #FDB0C6
RGB
CMYK
RGB Variations
Color information
#FDB0C6 (or 0xFDB0C6) is known color: Cupid. HEX triplet: FD, B0 and C6. RGB value is (253,176,198). Sum of RGB (Red+Green+Blue) = 253+176+198=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0C6 is #024F39. Grayscale: #C9C9C9. Windows color (decimal): -151354 or 13021437. OLE color: 13021437.
HSL color Cylindrical-coordinate representation of color #FDB0C6: hue angle of 342.86º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0C6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 198 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.01 |
| HSL | 342.86º | 0.95% | 0.84% | - |
| HSV(B) | 342.86º | 0.3% | 0.99% | - |
| XYZ | 66.23 | 56.01 | 60.75 | - |
| YUV | 201.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 198 | 0 | 0.30 | 0.22 | 0.01 | 342.86 | 0.95 | 0.84 |
| Hex | FD | B0 | C6 | 0 | 1E | 16 | 1 | 157 | 5F | 54 |
| Octal | 375 | 260 | 306 | 0 | 36 | 26 | 1 | 527 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11000110 | 0 | 11110 | 10110 | 1 | 101010111 | 1011111 | 1010100 |
Color Harmonies of #FDB0C6
Complementary color
Monochromatic Colors of #FDB0C6
Black with #FDB0C6
Text Example
Text Example
White with #FDB0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0C6; }
p { color: rgb(253,176,198); }
H1.HeaderClassName
{
color: #FDB0C6;
}
.AnyTagClassName
{
color: #FDB0C6;
}
</style>
background-color css
<style>
a { background-color: #FDB0C6; }
a { background-color: rgb(253,176,198); }
div.DivClassName
{
background-color: #FDB0C6;
}
.BgClassName
{
background-color: #FDB0C6;
}
</style>
border-color css
<style>
span { border-color: #FDB0C6; }
span { border-color: rgb(253,176,198); }
td.TdClassName
{
border-color: #FDB0C6;
}
.TagClassName
{
border-color: #FDB0C6;
}
</style>