Shades of Cupid #FFB5C9
Tints of Cupid #FFB5C9
RGB
CMYK
RGB Variations
Color information
#FFB5C9 (or 0xFFB5C9) is known color: Cupid. HEX triplet: FF, B5 and C9. RGB value is (255,181,201). Sum of RGB (Red+Green+Blue) = 255+181+201=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C9 is #004A36. Grayscale: #CDCDCD. Windows color (decimal): -18999 or 13219327. OLE color: 13219327.
HSL color Cylindrical-coordinate representation of color #FFB5C9: hue angle of 343.78º 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 #FFB5C9 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 201 | - |
| CMYK | 0 | 0.29 | 0.21 | 0 |
| HSL | 343.78º | 1% | 0.85% | - |
| HSV(B) | 343.78º | 0.29% | 1% | - |
| XYZ | 68.31 | 58.52 | 62.95 | - |
| YUV | 205.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 201 | 0 | 0.29 | 0.21 | 0 | 343.78 | 1 | 0.85 |
| Hex | FF | B5 | C9 | 0 | 1D | 15 | 0 | 158 | 64 | 55 |
| Octal | 377 | 265 | 311 | 0 | 35 | 25 | 0 | 530 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11001001 | 0 | 11101 | 10101 | 0 | 101011000 | 1100100 | 1010101 |
Color Harmonies of #FFB5C9
Complementary color
Monochromatic Colors of #FFB5C9
Black with #FFB5C9
Text Example
Text Example
White with #FFB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C9; }
p { color: rgb(255,181,201); }
H1.HeaderClassName
{
color: #FFB5C9;
}
.AnyTagClassName
{
color: #FFB5C9;
}
</style>
background-color css
<style>
a { background-color: #FFB5C9; }
a { background-color: rgb(255,181,201); }
div.DivClassName
{
background-color: #FFB5C9;
}
.BgClassName
{
background-color: #FFB5C9;
}
</style>
border-color css
<style>
span { border-color: #FFB5C9; }
span { border-color: rgb(255,181,201); }
td.TdClassName
{
border-color: #FFB5C9;
}
.TagClassName
{
border-color: #FFB5C9;
}
</style>