Shades of Pink #FEBECA
Tints of Pink #FEBECA
RGB
CMYK
RGB Variations
Color information
#FEBECA (or 0xFEBECA) is known color: Pink. HEX triplet: FE, BE and CA. RGB value is (254,190,202). Sum of RGB (Red+Green+Blue) = 254+190+202=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBECA is #014135. Grayscale: #D2D2D2. Windows color (decimal): -82230 or 13287166. OLE color: 13287166.
HSL color Cylindrical-coordinate representation of color #FEBECA: hue angle of 348.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBECA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 202 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.00 |
| HSL | 348.75º | 0.97% | 0.87% | - |
| HSV(B) | 348.75º | 0.25% | 1% | - |
| XYZ | 69.95 | 62.16 | 64.19 | - |
| YUV | 210.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 202 | 0 | 0.25 | 0.20 | 0.00 | 348.75 | 0.97 | 0.87 |
| Hex | FE | BE | CA | 0 | 19 | 14 | 0 | 15D | 61 | 57 |
| Octal | 376 | 276 | 312 | 0 | 31 | 24 | 0 | 535 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11001010 | 0 | 11001 | 10100 | 0 | 101011101 | 1100001 | 1010111 |
Color Harmonies of #FEBECA
Complementary color
Monochromatic Colors of #FEBECA
Black with #FEBECA
Text Example
Text Example
White with #FEBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBECA; }
p { color: rgb(254,190,202); }
H1.HeaderClassName
{
color: #FEBECA;
}
.AnyTagClassName
{
color: #FEBECA;
}
</style>
background-color css
<style>
a { background-color: #FEBECA; }
a { background-color: rgb(254,190,202); }
div.DivClassName
{
background-color: #FEBECA;
}
.BgClassName
{
background-color: #FEBECA;
}
</style>
border-color css
<style>
span { border-color: #FEBECA; }
span { border-color: rgb(254,190,202); }
td.TdClassName
{
border-color: #FEBECA;
}
.TagClassName
{
border-color: #FEBECA;
}
</style>