#FEDCDE

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

Shades of Pale Pink #FEDCDE

Tints of Pale Pink #FEDCDE

Color information

#FEDCDE (or 0xFEDCDE) is unknown color: approx Pale Pink. HEX triplet: FE, DC and DE. RGB value is (254,220,222). Sum of RGB (Red+Green+Blue) = 254+220+222=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDE is #012321. Grayscale: #E6E6E6. Windows color (decimal): -74530 or 14605566. OLE color: 14605566.

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

Color convert

RGB254220222-
CMYK00.130.130.00
HSL356.47º94.44%92.94%-
HSV(B)356.47º13.39%99.61%-
XYZ79.6577.5379.87-
YUV230.39123.26144.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 222 (87.11% from 255) = 31.90%
R=36.49%
G=31.61%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422022200.130.130.00356.4794.4492.94
HexFEDCDE0DD01645e5d
Octal376334336015150544136135
Binary111111101101110011011110011011101010110010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCDE; }

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

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

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

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

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

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

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

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