#FEE0E5

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

Shades of Carousel Pink #FEE0E5

Tints of Carousel Pink #FEE0E5

Color information

#FEE0E5 (or 0xFEE0E5) is unknown color: approx Carousel Pink. HEX triplet: FE, E0 and E5. RGB value is (254,224,229). Sum of RGB (Red+Green+Blue) = 254+224+229=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0E5 is #011F1A. Grayscale: #E9E9E9. Windows color (decimal): -73499 or 15065342. OLE color: 15065342.

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

Color convert

RGB254224229-
CMYK00.120.100.00
HSL350º93.75%93.73%-
HSV(B)350º11.81%99.61%-
XYZ81.6780.0485.27-
YUV233.54125.44142.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 229 (89.84% from 255) = 32.39%
R=35.93%
G=31.68%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422422900.120.100.0035093.7593.73
HexFEE0E50CA015e5e5e
Octal376340345014120536136136
Binary111111101110000011100101011001010010101111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0E5; }

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

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

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

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

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

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

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

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