Shades of Pale Pink #FEDADE
Tints of Pale Pink #FEDADE
RGB
CMYK
RGB Variations
Color information
#FEDADE (or 0xFEDADE) is known color: Pale Pink. HEX triplet: FE, DA and DE. RGB value is (254,218,222). Sum of RGB (Red+Green+Blue) = 254+218+222=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDADE is #012521. Grayscale: #E5E5E5. Windows color (decimal): -75042 or 14605054. OLE color: 14605054.
HSL color Cylindrical-coordinate representation of color #FEDADE: hue angle of 353.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDADE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 222 | - |
CMYK | 0 | 0.14 | 0.13 | 0.00 |
HSL | 353.33º | 0.95% | 0.93% | - |
HSV(B) | 353.33º | 0.14% | 1% | - |
XYZ | 79.13 | 76.49 | 79.7 | - |
YUV | 229.22 | 123.93 | 145.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 222 | 0 | 0.14 | 0.13 | 0.00 | 353.33 | 0.95 | 0.93 |
Hex | FE | DA | DE | 0 | E | D | 0 | 161 | 5F | 5D |
Octal | 376 | 332 | 336 | 0 | 16 | 15 | 0 | 541 | 137 | 135 |
Binary | 11111110 | 11011010 | 11011110 | 0 | 1110 | 1101 | 0 | 101100001 | 1011111 | 1011101 |
Color Harmonies of #FEDADE
Complementary color
Monochromatic Colors of #FEDADE
Black with #FEDADE
Text Example
Text Example
White with #FEDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDADE; }
p { color: rgb(254,218,222); }
H1.HeaderClassName
{
color: #FEDADE;
}
.AnyTagClassName
{
color: #FEDADE;
}
</style>
background-color css
<style>
a { background-color: #FEDADE; }
a { background-color: rgb(254,218,222); }
div.DivClassName
{
background-color: #FEDADE;
}
.BgClassName
{
background-color: #FEDADE;
}
</style>
border-color css
<style>
span { border-color: #FEDADE; }
span { border-color: rgb(254,218,222); }
td.TdClassName
{
border-color: #FEDADE;
}
.TagClassName
{
border-color: #FEDADE;
}
</style>