Shades of Your Pink #FECAB8
Tints of Your Pink #FECAB8
RGB
CMYK
RGB Variations
Color information
#FECAB8 (or 0xFECAB8) is known color: Your Pink. HEX triplet: FE, CA and B8. RGB value is (254,202,184). Sum of RGB (Red+Green+Blue) = 254+202+184=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAB8 is #013547. Grayscale: #D7D7D7. Windows color (decimal): -79176 or 12110590. OLE color: 12110590.
HSL color Cylindrical-coordinate representation of color #FECAB8: hue angle of 15.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FECAB8 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 184 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.00 |
| HSL | 15.43º | 0.97% | 0.86% | - |
| HSV(B) | 15.43º | 0.28% | 1% | - |
| XYZ | 70.65 | 66.77 | 54.51 | - |
| YUV | 215.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 184 | 0 | 0.20 | 0.28 | 0.00 | 15.43 | 0.97 | 0.86 |
| Hex | FE | CA | B8 | 0 | 14 | 1C | 0 | F | 61 | 56 |
| Octal | 376 | 312 | 270 | 0 | 24 | 34 | 0 | 17 | 141 | 126 |
| Binary | 11111110 | 11001010 | 10111000 | 0 | 10100 | 11100 | 0 | 1111 | 1100001 | 1010110 |
Color Harmonies of #FECAB8
Complementary color
Monochromatic Colors of #FECAB8
Black with #FECAB8
Text Example
Text Example
White with #FECAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAB8; }
p { color: rgb(254,202,184); }
H1.HeaderClassName
{
color: #FECAB8;
}
.AnyTagClassName
{
color: #FECAB8;
}
</style>
background-color css
<style>
a { background-color: #FECAB8; }
a { background-color: rgb(254,202,184); }
div.DivClassName
{
background-color: #FECAB8;
}
.BgClassName
{
background-color: #FECAB8;
}
</style>
border-color css
<style>
span { border-color: #FECAB8; }
span { border-color: rgb(254,202,184); }
td.TdClassName
{
border-color: #FECAB8;
}
.TagClassName
{
border-color: #FECAB8;
}
</style>