Shades of Pale Pink #FED6DC
Tints of Pale Pink #FED6DC
RGB
CMYK
RGB Variations
Color information
#FED6DC (or 0xFED6DC) is known color: Pale Pink. HEX triplet: FE, D6 and DC. RGB value is (254,214,220). Sum of RGB (Red+Green+Blue) = 254+214+220=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6DC is #012923. Grayscale: #E2E2E2. Windows color (decimal): -76068 or 14472958. OLE color: 14472958.
HSL color Cylindrical-coordinate representation of color #FED6DC: hue angle of 351º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6DC is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 220 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.00 |
| HSL | 351º | 0.95% | 0.92% | - |
| HSV(B) | 351º | 0.16% | 1% | - |
| XYZ | 77.84 | 74.33 | 77.96 | - |
| YUV | 226.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 220 | 0 | 0.16 | 0.13 | 0.00 | 351 | 0.95 | 0.92 |
| Hex | FE | D6 | DC | 0 | 10 | D | 0 | 15F | 5F | 5C |
| Octal | 376 | 326 | 334 | 0 | 20 | 15 | 0 | 537 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11011100 | 0 | 10000 | 1101 | 0 | 101011111 | 1011111 | 1011100 |
Color Harmonies of #FED6DC
Complementary color
Monochromatic Colors of #FED6DC
Black with #FED6DC
Text Example
Text Example
White with #FED6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6DC; }
p { color: rgb(254,214,220); }
H1.HeaderClassName
{
color: #FED6DC;
}
.AnyTagClassName
{
color: #FED6DC;
}
</style>
background-color css
<style>
a { background-color: #FED6DC; }
a { background-color: rgb(254,214,220); }
div.DivClassName
{
background-color: #FED6DC;
}
.BgClassName
{
background-color: #FED6DC;
}
</style>
border-color css
<style>
span { border-color: #FED6DC; }
span { border-color: rgb(254,214,220); }
td.TdClassName
{
border-color: #FED6DC;
}
.TagClassName
{
border-color: #FED6DC;
}
</style>