Shades of Pale Pink #FEDEE2
Tints of Pale Pink #FEDEE2
RGB
CMYK
RGB Variations
Color information
#FEDEE2 (or 0xFEDEE2) is known color: Pale Pink. HEX triplet: FE, DE and E2. RGB value is (254,222,226). Sum of RGB (Red+Green+Blue) = 254+222+226=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE2 is #01211D. Grayscale: #E8E8E8. Windows color (decimal): -74014 or 14868222. OLE color: 14868222.
HSL color Cylindrical-coordinate representation of color #FEDEE2: hue angle of 352.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEE2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 226 | - |
CMYK | 0 | 0.13 | 0.11 | 0.00 |
HSL | 352.5º | 0.94% | 0.93% | - |
HSV(B) | 352.5º | 0.13% | 1% | - |
XYZ | 80.72 | 78.8 | 82.91 | - |
YUV | 232.02 | 124.6 | 143.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 226 | 0 | 0.13 | 0.11 | 0.00 | 352.5 | 0.94 | 0.93 |
Hex | FE | DE | E2 | 0 | D | B | 0 | 160 | 5E | 5D |
Octal | 376 | 336 | 342 | 0 | 15 | 13 | 0 | 540 | 136 | 135 |
Binary | 11111110 | 11011110 | 11100010 | 0 | 1101 | 1011 | 0 | 101100000 | 1011110 | 1011101 |
Color Harmonies of #FEDEE2
Complementary color
Monochromatic Colors of #FEDEE2
Black with #FEDEE2
Text Example
Text Example
White with #FEDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEE2; }
p { color: rgb(254,222,226); }
H1.HeaderClassName
{
color: #FEDEE2;
}
.AnyTagClassName
{
color: #FEDEE2;
}
</style>
background-color css
<style>
a { background-color: #FEDEE2; }
a { background-color: rgb(254,222,226); }
div.DivClassName
{
background-color: #FEDEE2;
}
.BgClassName
{
background-color: #FEDEE2;
}
</style>
border-color css
<style>
span { border-color: #FEDEE2; }
span { border-color: rgb(254,222,226); }
td.TdClassName
{
border-color: #FEDEE2;
}
.TagClassName
{
border-color: #FEDEE2;
}
</style>