Shades of Your Pink #FECBC3
Tints of Your Pink #FECBC3
RGB
CMYK
RGB Variations
Color information
#FECBC3 (or 0xFECBC3) is known color: Your Pink. HEX triplet: FE, CB and C3. RGB value is (254,203,195). Sum of RGB (Red+Green+Blue) = 254+203+195=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBC3 is #01343C. Grayscale: #D9D9D9. Windows color (decimal): -78909 or 12831742. OLE color: 12831742.
HSL color Cylindrical-coordinate representation of color #FECBC3: hue angle of 8.14º 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 #FECBC3 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 195 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.00 |
| HSL | 8.14º | 0.97% | 0.88% | - |
| HSV(B) | 8.14º | 0.23% | 1% | - |
| XYZ | 72.08 | 67.72 | 60.9 | - |
| YUV | 217.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 195 | 0 | 0.20 | 0.23 | 0.00 | 8.14 | 0.97 | 0.88 |
| Hex | FE | CB | C3 | 0 | 14 | 17 | 0 | 8 | 61 | 58 |
| Octal | 376 | 313 | 303 | 0 | 24 | 27 | 0 | 10 | 141 | 130 |
| Binary | 11111110 | 11001011 | 11000011 | 0 | 10100 | 10111 | 0 | 1000 | 1100001 | 1011000 |
Color Harmonies of #FECBC3
Complementary color
Monochromatic Colors of #FECBC3
Black with #FECBC3
Text Example
Text Example
White with #FECBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBC3; }
p { color: rgb(254,203,195); }
H1.HeaderClassName
{
color: #FECBC3;
}
.AnyTagClassName
{
color: #FECBC3;
}
</style>
background-color css
<style>
a { background-color: #FECBC3; }
a { background-color: rgb(254,203,195); }
div.DivClassName
{
background-color: #FECBC3;
}
.BgClassName
{
background-color: #FECBC3;
}
</style>
border-color css
<style>
span { border-color: #FECBC3; }
span { border-color: rgb(254,203,195); }
td.TdClassName
{
border-color: #FECBC3;
}
.TagClassName
{
border-color: #FECBC3;
}
</style>