#FEDDE1

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

Shades of Pale Pink #FEDDE1

Tints of Pale Pink #FEDDE1

Color information

#FEDDE1 (or 0xFEDDE1) is unknown color: approx Pale Pink. HEX triplet: FE, DD and E1. RGB value is (254,221,225). Sum of RGB (Red+Green+Blue) = 254+221+225=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDE1 is #01221E. Grayscale: #E7E7E7. Windows color (decimal): -74271 or 14802430. OLE color: 14802430.

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

Color convert

RGB254221225-
CMYK00.130.110.00
HSL352.73º94.29%93.14%-
HSV(B)352.73º12.99%99.61%-
XYZ80.3278.2282.1-
YUV231.32124.43144.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 225 (88.28% from 255) = 32.14%
R=36.29%
G=31.57%
B=32.14%

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
Decimal25422122500.130.110.00352.7394.2993.14
HexFEDDE10DB01615e5d
Octal376335341015130541136135
Binary111111101101110111100001011011011010110000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDE1; }

 p { color: rgb(254,221,225); }

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

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

 a { background-color: rgb(254,221,225); }

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

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

 span { border-color: rgb(254,221,225); }

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