Shades of Pig Pink #FED2EE
Tints of Pig Pink #FED2EE
RGB
CMYK
RGB Variations
Color information
#FED2EE (or 0xFED2EE) is known color: Pig Pink. HEX triplet: FE, D2 and EE. RGB value is (254,210,238). Sum of RGB (Red+Green+Blue) = 254+210+238=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 210 (82.42% from 255 or 29.91% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2EE is #012D11. Grayscale: #E2E2E2. Windows color (decimal): -77074 or 15651582. OLE color: 15651582.
HSL color Cylindrical-coordinate representation of color #FED2EE: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED2EE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 210 | 238 | - |
CMYK | 0 | 0.17 | 0.06 | 0.00 |
HSL | 321.82º | 0.96% | 0.91% | - |
HSV(B) | 321.82º | 0.17% | 1% | - |
XYZ | 79.35 | 73.34 | 90.86 | - |
YUV | 226.35 | 134.58 | 147.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 210 | 238 | 0 | 0.17 | 0.06 | 0.00 | 321.82 | 0.96 | 0.91 |
Hex | FE | D2 | EE | 0 | 11 | 6 | 0 | 142 | 60 | 5B |
Octal | 376 | 322 | 356 | 0 | 21 | 6 | 0 | 502 | 140 | 133 |
Binary | 11111110 | 11010010 | 11101110 | 0 | 10001 | 110 | 0 | 101000010 | 1100000 | 1011011 |
Color Harmonies of #FED2EE
Complementary color
Monochromatic Colors of #FED2EE
Black with #FED2EE
Text Example
Text Example
White with #FED2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2EE; }
p { color: rgb(254,210,238); }
H1.HeaderClassName
{
color: #FED2EE;
}
.AnyTagClassName
{
color: #FED2EE;
}
</style>
background-color css
<style>
a { background-color: #FED2EE; }
a { background-color: rgb(254,210,238); }
div.DivClassName
{
background-color: #FED2EE;
}
.BgClassName
{
background-color: #FED2EE;
}
</style>
border-color css
<style>
span { border-color: #FED2EE; }
span { border-color: rgb(254,210,238); }
td.TdClassName
{
border-color: #FED2EE;
}
.TagClassName
{
border-color: #FED2EE;
}
</style>