Shades of Pig Pink #FECFE0
Tints of Pig Pink #FECFE0
RGB
CMYK
RGB Variations
Color information
#FECFE0 (or 0xFECFE0) is known color: Pig Pink. HEX triplet: FE, CF and E0. RGB value is (254,207,224). Sum of RGB (Red+Green+Blue) = 254+207+224=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFE0 is #01301F. Grayscale: #DEDEDE. Windows color (decimal): -77856 or 14733310. OLE color: 14733310.
HSL color Cylindrical-coordinate representation of color #FECFE0: hue angle of 338.3º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFE0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 224 | - |
CMYK | 0 | 0.19 | 0.12 | 0.00 |
HSL | 338.3º | 0.96% | 0.9% | - |
HSV(B) | 338.3º | 0.19% | 1% | - |
XYZ | 76.64 | 71.08 | 80.2 | - |
YUV | 222.99 | 128.57 | 150.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 224 | 0 | 0.19 | 0.12 | 0.00 | 338.3 | 0.96 | 0.9 |
Hex | FE | CF | E0 | 0 | 13 | C | 0 | 152 | 60 | 5A |
Octal | 376 | 317 | 340 | 0 | 23 | 14 | 0 | 522 | 140 | 132 |
Binary | 11111110 | 11001111 | 11100000 | 0 | 10011 | 1100 | 0 | 101010010 | 1100000 | 1011010 |
Color Harmonies of #FECFE0
Complementary color
Monochromatic Colors of #FECFE0
Black with #FECFE0
Text Example
Text Example
White with #FECFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFE0; }
p { color: rgb(254,207,224); }
H1.HeaderClassName
{
color: #FECFE0;
}
.AnyTagClassName
{
color: #FECFE0;
}
</style>
background-color css
<style>
a { background-color: #FECFE0; }
a { background-color: rgb(254,207,224); }
div.DivClassName
{
background-color: #FECFE0;
}
.BgClassName
{
background-color: #FECFE0;
}
</style>
border-color css
<style>
span { border-color: #FECFE0; }
span { border-color: rgb(254,207,224); }
td.TdClassName
{
border-color: #FECFE0;
}
.TagClassName
{
border-color: #FECFE0;
}
</style>