#FEDFE0

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

Shades of Pale Pink #FEDFE0

Tints of Pale Pink #FEDFE0

Color information

#FEDFE0 (or 0xFEDFE0) is unknown color: approx Pale Pink. HEX triplet: FE, DF and E0. RGB value is (254,223,224). Sum of RGB (Red+Green+Blue) = 254+223+224=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFE0 is #01201F. Grayscale: #E8E8E8. Windows color (decimal): -73760 or 14737406. OLE color: 14737406.

HSL color Cylindrical-coordinate representation of color #FEDFE0: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFE0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254223224-
CMYK00.120.120.00
HSL358.06º93.94%93.53%-
HSV(B)358.06º12.2%99.61%-
XYZ80.7279.2381.56-
YUV232.38123.27143.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 224 (87.89% from 255) = 31.95%
R=36.23%
G=31.81%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422322400.120.120.00358.0693.9493.53
HexFEDFE00CC01665e5e
Octal376337340014140546136136
Binary111111101101111111100000011001100010110011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFE0; }

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

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

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

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

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

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

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

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