Shades of Pig Pink #FEDAED
Tints of Pig Pink #FEDAED
RGB
CMYK
RGB Variations
Color information
#FEDAED (or 0xFEDAED) is known color: Pig Pink. HEX triplet: FE, DA and ED. RGB value is (254,218,237). Sum of RGB (Red+Green+Blue) = 254+218+237=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAED is #012512. Grayscale: #E6E6E6. Windows color (decimal): -75027 or 15588094. OLE color: 15588094.
HSL color Cylindrical-coordinate representation of color #FEDAED: hue angle of 328.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 #FEDAED is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 237 | - |
CMYK | 0 | 0.14 | 0.07 | 0.00 |
HSL | 328.33º | 0.95% | 0.93% | - |
HSV(B) | 328.33º | 0.14% | 1% | - |
XYZ | 81.23 | 77.33 | 90.77 | - |
YUV | 230.93 | 131.43 | 144.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 237 | 0 | 0.14 | 0.07 | 0.00 | 328.33 | 0.95 | 0.93 |
Hex | FE | DA | ED | 0 | E | 7 | 0 | 148 | 5F | 5D |
Octal | 376 | 332 | 355 | 0 | 16 | 7 | 0 | 510 | 137 | 135 |
Binary | 11111110 | 11011010 | 11101101 | 0 | 1110 | 111 | 0 | 101001000 | 1011111 | 1011101 |
Color Harmonies of #FEDAED
Complementary color
Monochromatic Colors of #FEDAED
Black with #FEDAED
Text Example
Text Example
White with #FEDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAED; }
p { color: rgb(254,218,237); }
H1.HeaderClassName
{
color: #FEDAED;
}
.AnyTagClassName
{
color: #FEDAED;
}
</style>
background-color css
<style>
a { background-color: #FEDAED; }
a { background-color: rgb(254,218,237); }
div.DivClassName
{
background-color: #FEDAED;
}
.BgClassName
{
background-color: #FEDAED;
}
</style>
border-color css
<style>
span { border-color: #FEDAED; }
span { border-color: rgb(254,218,237); }
td.TdClassName
{
border-color: #FEDAED;
}
.TagClassName
{
border-color: #FEDAED;
}
</style>