Shades of Pale Pink #FEDCDD
Tints of Pale Pink #FEDCDD
RGB
CMYK
RGB Variations
Color information
#FEDCDD (or 0xFEDCDD) is known color: Pale Pink. HEX triplet: FE, DC and DD. RGB value is (254,220,221). Sum of RGB (Red+Green+Blue) = 254+220+221=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDD is #012322. Grayscale: #E6E6E6. Windows color (decimal): -74531 or 14540030. OLE color: 14540030.
HSL color Cylindrical-coordinate representation of color #FEDCDD: hue angle of 358.24º 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 #FEDCDD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 220 | 221 | - |
CMYK | 0 | 0.13 | 0.13 | 0.00 |
HSL | 358.24º | 0.94% | 0.93% | - |
HSV(B) | 358.24º | 0.13% | 1% | - |
XYZ | 79.52 | 77.48 | 79.17 | - |
YUV | 230.28 | 122.76 | 144.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 220 | 221 | 0 | 0.13 | 0.13 | 0.00 | 358.24 | 0.94 | 0.93 |
Hex | FE | DC | DD | 0 | D | D | 0 | 166 | 5E | 5D |
Octal | 376 | 334 | 335 | 0 | 15 | 15 | 0 | 546 | 136 | 135 |
Binary | 11111110 | 11011100 | 11011101 | 0 | 1101 | 1101 | 0 | 101100110 | 1011110 | 1011101 |
Color Harmonies of #FEDCDD
Complementary color
Monochromatic Colors of #FEDCDD
Black with #FEDCDD
Text Example
Text Example
White with #FEDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCDD; }
p { color: rgb(254,220,221); }
H1.HeaderClassName
{
color: #FEDCDD;
}
.AnyTagClassName
{
color: #FEDCDD;
}
</style>
background-color css
<style>
a { background-color: #FEDCDD; }
a { background-color: rgb(254,220,221); }
div.DivClassName
{
background-color: #FEDCDD;
}
.BgClassName
{
background-color: #FEDCDD;
}
</style>
border-color css
<style>
span { border-color: #FEDCDD; }
span { border-color: rgb(254,220,221); }
td.TdClassName
{
border-color: #FEDCDD;
}
.TagClassName
{
border-color: #FEDCDD;
}
</style>