Shades of Cupid #FEB5CA
Tints of Cupid #FEB5CA
RGB
CMYK
RGB Variations
Color information
#FEB5CA (or 0xFEB5CA) is known color: Cupid. HEX triplet: FE, B5 and CA. RGB value is (254,181,202). Sum of RGB (Red+Green+Blue) = 254+181+202=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5CA is #014A35. Grayscale: #CDCDCD. Windows color (decimal): -84534 or 13284862. OLE color: 13284862.
HSL color Cylindrical-coordinate representation of color #FEB5CA: hue angle of 342.74º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5CA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 202 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.00 |
| HSL | 342.74º | 0.97% | 0.85% | - |
| HSV(B) | 342.74º | 0.29% | 1% | - |
| XYZ | 68.06 | 58.38 | 63.56 | - |
| YUV | 205.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 202 | 0 | 0.29 | 0.20 | 0.00 | 342.74 | 0.97 | 0.85 |
| Hex | FE | B5 | CA | 0 | 1D | 14 | 0 | 157 | 61 | 55 |
| Octal | 376 | 265 | 312 | 0 | 35 | 24 | 0 | 527 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11001010 | 0 | 11101 | 10100 | 0 | 101010111 | 1100001 | 1010101 |
Color Harmonies of #FEB5CA
Complementary color
Monochromatic Colors of #FEB5CA
Black with #FEB5CA
Text Example
Text Example
White with #FEB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5CA; }
p { color: rgb(254,181,202); }
H1.HeaderClassName
{
color: #FEB5CA;
}
.AnyTagClassName
{
color: #FEB5CA;
}
</style>
background-color css
<style>
a { background-color: #FEB5CA; }
a { background-color: rgb(254,181,202); }
div.DivClassName
{
background-color: #FEB5CA;
}
.BgClassName
{
background-color: #FEB5CA;
}
</style>
border-color css
<style>
span { border-color: #FEB5CA; }
span { border-color: rgb(254,181,202); }
td.TdClassName
{
border-color: #FEB5CA;
}
.TagClassName
{
border-color: #FEB5CA;
}
</style>