#FEDEE2

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

Shades of Pale Pink #FEDEE2

Tints of Pale Pink #FEDEE2

Color information

#FEDEE2 (or 0xFEDEE2) is unknown color: approx Pale Pink. HEX triplet: FE, DE and E2. RGB value is (254,222,226). Sum of RGB (Red+Green+Blue) = 254+222+226=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE2 is #01211D. Grayscale: #E8E8E8. Windows color (decimal): -74014 or 14868222. OLE color: 14868222.

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

Color convert

RGB254222226-
CMYK00.130.110.00
HSL352.5º94.12%93.33%-
HSV(B)352.5º12.6%99.61%-
XYZ80.7278.882.91-
YUV232.02124.6143.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 226 (88.67% from 255) = 32.19%
R=36.18%
G=31.62%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422222600.130.110.00352.594.1293.33
HexFEDEE20DB01605e5d
Octal376336342015130540136135
Binary111111101101111011100010011011011010110000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEE2; }

 p { color: rgb(254,222,226); }

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

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

 a { background-color: rgb(254,222,226); }

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

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

 span { border-color: rgb(254,222,226); }

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