#FDE0E4

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

Shades of Carousel Pink #FDE0E4

Tints of Carousel Pink #FDE0E4

Color information

#FDE0E4 (or 0xFDE0E4) is unknown color: approx Carousel Pink. HEX triplet: FD, E0 and E4. RGB value is (253,224,228). Sum of RGB (Red+Green+Blue) = 253+224+228=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0E4 is #021F1B. Grayscale: #E9E9E9. Windows color (decimal): -139036 or 14999805. OLE color: 14999805.

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

Color convert

RGB253224228-
CMYK00.110.100.01
HSL351.72º87.88%93.53%-
HSV(B)351.72º11.46%99.22%-
XYZ81.1779.884.52-
YUV233.13125.11142.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 224 (87.89% from 255) = 31.77%
BLUE value IS 228 (89.45% from 255) = 32.34%
R=35.89%
G=31.77%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322422800.110.100.01351.7287.8893.53
HexFDE0E40BA1160585e
Octal375340344013121540130136
Binary111111011110000011100100010111010110110000010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0E4; }

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

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

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

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

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

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

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

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