#FEE1E7

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

Shades of Carousel Pink #FEE1E7

Tints of Carousel Pink #FEE1E7

Color information

#FEE1E7 (or 0xFEE1E7) is unknown color: approx Carousel Pink. HEX triplet: FE, E1 and E7. RGB value is (254,225,231). Sum of RGB (Red+Green+Blue) = 254+225+231=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1E7 is #011E18. Grayscale: #EAEAEA. Windows color (decimal): -73241 or 15196670. OLE color: 15196670.

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

Color convert

RGB254225231-
CMYK00.110.090.00
HSL347.59º93.55%93.92%-
HSV(B)347.59º11.42%99.61%-
XYZ82.2280.6986.84-
YUV234.36126.11142.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 225 (88.28% from 255) = 31.69%
BLUE value IS 231 (90.62% from 255) = 32.54%
R=35.77%
G=31.69%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422523100.110.090.00347.5993.5593.92
HexFEE1E70B9015c5e5e
Octal376341347013110534136136
Binary111111101110000111100111010111001010101110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1E7; }

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

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

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

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

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

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

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

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