#FDE0E5

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

Shades of Carousel Pink #FDE0E5

Tints of Carousel Pink #FDE0E5

Color information

#FDE0E5 (or 0xFDE0E5) is unknown color: approx Carousel Pink. HEX triplet: FD, E0 and E5. RGB value is (253,224,229). Sum of RGB (Red+Green+Blue) = 253+224+229=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0E5 is #021F1A. Grayscale: #E9E9E9. Windows color (decimal): -139035 or 15065341. OLE color: 15065341.

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

Color convert

RGB253224229-
CMYK00.110.090.01
HSL349.66º87.88%93.53%-
HSV(B)349.66º11.46%99.22%-
XYZ81.3179.8585.26-
YUV233.24125.61142.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 224 (87.89% from 255) = 31.73%
BLUE value IS 229 (89.84% from 255) = 32.44%
R=35.84%
G=31.73%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322422900.110.090.01349.6687.8893.53
HexFDE0E50B9115e585e
Octal375340345013111536130136
Binary111111011110000011100101010111001110101111010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0E5; }

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

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

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

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

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

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

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

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