Shades of Cupid #FEB5CC
Tints of Cupid #FEB5CC
RGB
CMYK
RGB Variations
Color information
#FEB5CC (or 0xFEB5CC) is known color: Cupid. HEX triplet: FE, B5 and CC. RGB value is (254,181,204). Sum of RGB (Red+Green+Blue) = 254+181+204=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5CC is #014A33. Grayscale: #CDCDCD. Windows color (decimal): -84532 or 13415934. OLE color: 13415934.
HSL color Cylindrical-coordinate representation of color #FEB5CC: hue angle of 341.1º 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 #FEB5CC is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 181 | 204 | - |
CMYK | 0 | 0.29 | 0.20 | 0.00 |
HSL | 341.1º | 0.97% | 0.85% | - |
HSV(B) | 341.1º | 0.29% | 1% | - |
XYZ | 68.3 | 58.48 | 64.81 | - |
YUV | 205.45 | 127.18 | 162.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 181 | 204 | 0 | 0.29 | 0.20 | 0.00 | 341.1 | 0.97 | 0.85 |
Hex | FE | B5 | CC | 0 | 1D | 14 | 0 | 155 | 61 | 55 |
Octal | 376 | 265 | 314 | 0 | 35 | 24 | 0 | 525 | 141 | 125 |
Binary | 11111110 | 10110101 | 11001100 | 0 | 11101 | 10100 | 0 | 101010101 | 1100001 | 1010101 |
Color Harmonies of #FEB5CC
Complementary color
Monochromatic Colors of #FEB5CC
Black with #FEB5CC
Text Example
Text Example
White with #FEB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5CC; }
p { color: rgb(254,181,204); }
H1.HeaderClassName
{
color: #FEB5CC;
}
.AnyTagClassName
{
color: #FEB5CC;
}
</style>
background-color css
<style>
a { background-color: #FEB5CC; }
a { background-color: rgb(254,181,204); }
div.DivClassName
{
background-color: #FEB5CC;
}
.BgClassName
{
background-color: #FEB5CC;
}
</style>
border-color css
<style>
span { border-color: #FEB5CC; }
span { border-color: rgb(254,181,204); }
td.TdClassName
{
border-color: #FEB5CC;
}
.TagClassName
{
border-color: #FEB5CC;
}
</style>