#FEDEE0

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

Shades of Pale Pink #FEDEE0

Tints of Pale Pink #FEDEE0

Color information

#FEDEE0 (or 0xFEDEE0) is unknown color: approx Pale Pink. HEX triplet: FE, DE and E0. RGB value is (254,222,224). Sum of RGB (Red+Green+Blue) = 254+222+224=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE0 is #01211F. Grayscale: #E7E7E7. Windows color (decimal): -74016 or 14737150. OLE color: 14737150.

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

Color convert

RGB254222224-
CMYK00.130.120.00
HSL356.25º94.12%93.33%-
HSV(B)356.25º12.6%99.61%-
XYZ80.4578.781.47-
YUV231.8123.6143.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 224 (87.89% from 255) = 32%
R=36.29%
G=31.71%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422222400.130.120.00356.2594.1293.33
HexFEDEE00DC01645e5d
Octal376336340015140544136135
Binary111111101101111011100000011011100010110010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEE0; }

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

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

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

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

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

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

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

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