Shades of Cupid #FFB5C8
Tints of Cupid #FFB5C8
RGB
CMYK
RGB Variations
Color information
#FFB5C8 (or 0xFFB5C8) is known color: Cupid. HEX triplet: FF, B5 and C8. RGB value is (255,181,200). Sum of RGB (Red+Green+Blue) = 255+181+200=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C8 is #004A37. Grayscale: #CDCDCD. Windows color (decimal): -19000 or 13153791. OLE color: 13153791.
HSL color Cylindrical-coordinate representation of color #FFB5C8: hue angle of 344.59º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5C8 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 200 | - |
| CMYK | 0 | 0.29 | 0.22 | 0 |
| HSL | 344.59º | 1% | 0.85% | - |
| HSV(B) | 344.59º | 0.29% | 1% | - |
| XYZ | 68.19 | 58.48 | 62.34 | - |
| YUV | 205.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 200 | 0 | 0.29 | 0.22 | 0 | 344.59 | 1 | 0.85 |
| Hex | FF | B5 | C8 | 0 | 1D | 16 | 0 | 159 | 64 | 55 |
| Octal | 377 | 265 | 310 | 0 | 35 | 26 | 0 | 531 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11001000 | 0 | 11101 | 10110 | 0 | 101011001 | 1100100 | 1010101 |
Color Harmonies of #FFB5C8
Complementary color
Monochromatic Colors of #FFB5C8
Black with #FFB5C8
Text Example
Text Example
White with #FFB5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C8; }
p { color: rgb(255,181,200); }
H1.HeaderClassName
{
color: #FFB5C8;
}
.AnyTagClassName
{
color: #FFB5C8;
}
</style>
background-color css
<style>
a { background-color: #FFB5C8; }
a { background-color: rgb(255,181,200); }
div.DivClassName
{
background-color: #FFB5C8;
}
.BgClassName
{
background-color: #FFB5C8;
}
</style>
border-color css
<style>
span { border-color: #FFB5C8; }
span { border-color: rgb(255,181,200); }
td.TdClassName
{
border-color: #FFB5C8;
}
.TagClassName
{
border-color: #FFB5C8;
}
</style>