Shades of Your Pink #FECCBF
Tints of Your Pink #FECCBF
RGB
CMYK
RGB Variations
Color information
#FECCBF (or 0xFECCBF) is known color: Your Pink. HEX triplet: FE, CC and BF. RGB value is (254,204,191). Sum of RGB (Red+Green+Blue) = 254+204+191=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCBF is #013340. Grayscale: #D9D9D9. Windows color (decimal): -78657 or 12569854. OLE color: 12569854.
HSL color Cylindrical-coordinate representation of color #FECCBF: hue angle of 12.38º 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 #FECCBF is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 191 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.00 |
| HSL | 12.38º | 0.97% | 0.87% | - |
| HSV(B) | 12.38º | 0.25% | 1% | - |
| XYZ | 71.87 | 68.02 | 58.63 | - |
| YUV | 217.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 191 | 0 | 0.20 | 0.25 | 0.00 | 12.38 | 0.97 | 0.87 |
| Hex | FE | CC | BF | 0 | 14 | 19 | 0 | C | 61 | 57 |
| Octal | 376 | 314 | 277 | 0 | 24 | 31 | 0 | 14 | 141 | 127 |
| Binary | 11111110 | 11001100 | 10111111 | 0 | 10100 | 11001 | 0 | 1100 | 1100001 | 1010111 |
Color Harmonies of #FECCBF
Complementary color
Monochromatic Colors of #FECCBF
Black with #FECCBF
Text Example
Text Example
White with #FECCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCBF; }
p { color: rgb(254,204,191); }
H1.HeaderClassName
{
color: #FECCBF;
}
.AnyTagClassName
{
color: #FECCBF;
}
</style>
background-color css
<style>
a { background-color: #FECCBF; }
a { background-color: rgb(254,204,191); }
div.DivClassName
{
background-color: #FECCBF;
}
.BgClassName
{
background-color: #FECCBF;
}
</style>
border-color css
<style>
span { border-color: #FECCBF; }
span { border-color: rgb(254,204,191); }
td.TdClassName
{
border-color: #FECCBF;
}
.TagClassName
{
border-color: #FECCBF;
}
</style>