#FED9DC

Color #FED9DC Pale Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Pink #FED9DC

Tints of Pale Pink #FED9DC

Color information

#FED9DC (or 0xFED9DC) is unknown color: approx Pale Pink. HEX triplet: FE, D9 and DC. RGB value is (254,217,220). Sum of RGB (Red+Green+Blue) = 254+217+220=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9DC is #012623. Grayscale: #E4E4E4. Windows color (decimal): -75300 or 14473726. OLE color: 14473726.

HSL color Cylindrical-coordinate representation of color #FED9DC: hue angle of 355.14º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254217220-
CMYK00.150.130.00
HSL355.14º94.87%92.35%-
HSV(B)355.14º14.57%99.61%-
XYZ78.675.8678.21-
YUV228.4123.26146.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=36.76%
G=31.40%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421722000.150.130.00355.1494.8792.35
HexFED9DC0FD01635f5c
Octal376331334017150543137134
Binary111111101101100111011100011111101010110001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9DC; }

 p { color: rgb(254,217,220); }

 H1.HeaderClassName
 {
   color: #FED9DC;
 }
 .AnyTagClassName
 {
   color: #FED9DC;
 }
</style>
background-color css

<style>
 a { background-color: #FED9DC; }

 a { background-color: rgb(254,217,220); }

 div.DivClassName
 {
   background-color: #FED9DC;
 }
 .BgClassName
 {
   background-color: #FED9DC;
 }
</style>
border-color css

<style>
 span { border-color: #FED9DC; }

 span { border-color: rgb(254,217,220); }

 td.TdClassName
 {
   border-color: #FED9DC;
 }
 .TagClassName
 {
   border-color: #FED9DC;
 }
</style>