Shades of Your Pink #FECABC
Tints of Your Pink #FECABC
RGB
CMYK
RGB Variations
Color information
#FECABC (or 0xFECABC) is known color: Your Pink. HEX triplet: FE, CA and BC. RGB value is (254,202,188). Sum of RGB (Red+Green+Blue) = 254+202+188=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FECABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECABC is #013543. Grayscale: #D8D8D8. Windows color (decimal): -79172 or 12372734. OLE color: 12372734.
HSL color Cylindrical-coordinate representation of color #FECABC: hue angle of 12.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FECABC is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 188 | - |
CMYK | 0 | 0.20 | 0.26 | 0.00 |
HSL | 12.73º | 0.97% | 0.87% | - |
HSV(B) | 12.73º | 0.26% | 1% | - |
XYZ | 71.07 | 66.94 | 56.75 | - |
YUV | 215.95 | 112.23 | 155.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 188 | 0 | 0.20 | 0.26 | 0.00 | 12.73 | 0.97 | 0.87 |
Hex | FE | CA | BC | 0 | 14 | 1A | 0 | D | 61 | 57 |
Octal | 376 | 312 | 274 | 0 | 24 | 32 | 0 | 15 | 141 | 127 |
Binary | 11111110 | 11001010 | 10111100 | 0 | 10100 | 11010 | 0 | 1101 | 1100001 | 1010111 |
Color Harmonies of #FECABC
Complementary color
Monochromatic Colors of #FECABC
Black with #FECABC
Text Example
Text Example
White with #FECABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECABC; }
p { color: rgb(254,202,188); }
H1.HeaderClassName
{
color: #FECABC;
}
.AnyTagClassName
{
color: #FECABC;
}
</style>
background-color css
<style>
a { background-color: #FECABC; }
a { background-color: rgb(254,202,188); }
div.DivClassName
{
background-color: #FECABC;
}
.BgClassName
{
background-color: #FECABC;
}
</style>
border-color css
<style>
span { border-color: #FECABC; }
span { border-color: rgb(254,202,188); }
td.TdClassName
{
border-color: #FECABC;
}
.TagClassName
{
border-color: #FECABC;
}
</style>