Shades of Your Pink #FECBC4
Tints of Your Pink #FECBC4
RGB
CMYK
RGB Variations
Color information
#FECBC4 (or 0xFECBC4) is known color: Your Pink. HEX triplet: FE, CB and C4. RGB value is (254,203,196). Sum of RGB (Red+Green+Blue) = 254+203+196=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBC4 is #01343B. Grayscale: #D9D9D9. Windows color (decimal): -78908 or 12897278. OLE color: 12897278.
HSL color Cylindrical-coordinate representation of color #FECBC4: hue angle of 7.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FECBC4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 203 | 196 | - |
CMYK | 0 | 0.20 | 0.23 | 0.00 |
HSL | 7.24º | 0.97% | 0.88% | - |
HSV(B) | 7.24º | 0.23% | 1% | - |
XYZ | 72.19 | 67.77 | 61.5 | - |
YUV | 217.45 | 115.9 | 154.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 203 | 196 | 0 | 0.20 | 0.23 | 0.00 | 7.24 | 0.97 | 0.88 |
Hex | FE | CB | C4 | 0 | 14 | 17 | 0 | 7 | 61 | 58 |
Octal | 376 | 313 | 304 | 0 | 24 | 27 | 0 | 7 | 141 | 130 |
Binary | 11111110 | 11001011 | 11000100 | 0 | 10100 | 10111 | 0 | 111 | 1100001 | 1011000 |
Color Harmonies of #FECBC4
Complementary color
Monochromatic Colors of #FECBC4
Black with #FECBC4
Text Example
Text Example
White with #FECBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBC4; }
p { color: rgb(254,203,196); }
H1.HeaderClassName
{
color: #FECBC4;
}
.AnyTagClassName
{
color: #FECBC4;
}
</style>
background-color css
<style>
a { background-color: #FECBC4; }
a { background-color: rgb(254,203,196); }
div.DivClassName
{
background-color: #FECBC4;
}
.BgClassName
{
background-color: #FECBC4;
}
</style>
border-color css
<style>
span { border-color: #FECBC4; }
span { border-color: rgb(254,203,196); }
td.TdClassName
{
border-color: #FECBC4;
}
.TagClassName
{
border-color: #FECBC4;
}
</style>