#FEDFE1

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

Shades of Pale Pink #FEDFE1

Tints of Pale Pink #FEDFE1

Color information

#FEDFE1 (or 0xFEDFE1) is unknown color: approx Pale Pink. HEX triplet: FE, DF and E1. RGB value is (254,223,225). Sum of RGB (Red+Green+Blue) = 254+223+225=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFE1 is #01201E. Grayscale: #E8E8E8. Windows color (decimal): -73759 or 14802942. OLE color: 14802942.

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

Color convert

RGB254223225-
CMYK00.120.110.00
HSL356.13º93.94%93.53%-
HSV(B)356.13º12.2%99.61%-
XYZ80.8579.2882.28-
YUV232.5123.77143.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 225 (88.28% from 255) = 32.05%
R=36.18%
G=31.77%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422322500.120.110.00356.1393.9493.53
HexFEDFE10CB01645e5e
Octal376337341014130544136136
Binary111111101101111111100001011001011010110010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFE1; }

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

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

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

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

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

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

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

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