#FED8DC

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

Shades of Pale Pink #FED8DC

Tints of Pale Pink #FED8DC

Color information

#FED8DC (or 0xFED8DC) is unknown color: approx Pale Pink. HEX triplet: FE, D8 and DC. RGB value is (254,216,220). Sum of RGB (Red+Green+Blue) = 254+216+220=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8DC is #012723. Grayscale: #E3E3E3. Windows color (decimal): -75556 or 14473470. OLE color: 14473470.

HSL color Cylindrical-coordinate representation of color #FED8DC: hue angle of 353.68º 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 #FED8DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254216220-
CMYK00.150.130.00
HSL353.68º95%92.16%-
HSV(B)353.68º14.96%99.61%-
XYZ78.3575.3578.12-
YUV227.82123.59146.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 216 (84.77% from 255) = 31.30%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=36.81%
G=31.30%
B=31.88%

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
Decimal25421622000.150.130.00353.689592.16
HexFED8DC0FD01625f5c
Octal376330334017150542137134
Binary111111101101100011011100011111101010110001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8DC; }

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

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

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

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

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

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

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

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