#FEE6E7

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

Shades of Pale Pink #FEE6E7

Tints of Pale Pink #FEE6E7

Color information

#FEE6E7 (or 0xFEE6E7) is unknown color: approx Pale Pink. HEX triplet: FE, E6 and E7. RGB value is (254,230,231). Sum of RGB (Red+Green+Blue) = 254+230+231=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 231 (90.62% from 255 or 32.31% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6E7 is #011918. Grayscale: #EDEDED. Windows color (decimal): -71961 or 15197950. OLE color: 15197950.

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

Color convert

RGB254230231-
CMYK00.090.090.00
HSL357.5º92.31%94.9%-
HSV(B)357.5º9.45%99.61%-
XYZ83.5983.4387.3-
YUV237.29124.45139.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 230 (90.23% from 255) = 32.17%
BLUE value IS 231 (90.62% from 255) = 32.31%
R=35.52%
G=32.17%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423023100.090.090.00357.592.3194.9
HexFEE6E709901665c5f
Octal376346347011110546134137
Binary111111101110011011100111010011001010110011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6E7; }

 p { color: rgb(254,230,231); }

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

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

 a { background-color: rgb(254,230,231); }

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

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

 span { border-color: rgb(254,230,231); }

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