Shades of Cupid #FDB3C6
Tints of Cupid #FDB3C6
RGB
CMYK
RGB Variations
Color information
#FDB3C6 (or 0xFDB3C6) is known color: Cupid. HEX triplet: FD, B3 and C6. RGB value is (253,179,198). Sum of RGB (Red+Green+Blue) = 253+179+198=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3C6 is #024C39. Grayscale: #CBCBCB. Windows color (decimal): -150586 or 13022205. OLE color: 13022205.
HSL color Cylindrical-coordinate representation of color #FDB3C6: hue angle of 344.59º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3C6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 198 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.01 |
| HSL | 344.59º | 0.95% | 0.85% | - |
| HSV(B) | 344.59º | 0.29% | 0.99% | - |
| XYZ | 66.82 | 57.2 | 60.94 | - |
| YUV | 203.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 198 | 0 | 0.29 | 0.22 | 0.01 | 344.59 | 0.95 | 0.85 |
| Hex | FD | B3 | C6 | 0 | 1D | 16 | 1 | 159 | 5F | 55 |
| Octal | 375 | 263 | 306 | 0 | 35 | 26 | 1 | 531 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11000110 | 0 | 11101 | 10110 | 1 | 101011001 | 1011111 | 1010101 |
Color Harmonies of #FDB3C6
Complementary color
Monochromatic Colors of #FDB3C6
Black with #FDB3C6
Text Example
Text Example
White with #FDB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3C6; }
p { color: rgb(253,179,198); }
H1.HeaderClassName
{
color: #FDB3C6;
}
.AnyTagClassName
{
color: #FDB3C6;
}
</style>
background-color css
<style>
a { background-color: #FDB3C6; }
a { background-color: rgb(253,179,198); }
div.DivClassName
{
background-color: #FDB3C6;
}
.BgClassName
{
background-color: #FDB3C6;
}
</style>
border-color css
<style>
span { border-color: #FDB3C6; }
span { border-color: rgb(253,179,198); }
td.TdClassName
{
border-color: #FDB3C6;
}
.TagClassName
{
border-color: #FDB3C6;
}
</style>