#FCE5E7

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

Shades of Carousel Pink #FCE5E7

Tints of Carousel Pink #FCE5E7

Color information

#FCE5E7 (or 0xFCE5E7) is unknown color: approx Carousel Pink. HEX triplet: FC, E5 and E7. RGB value is (252,229,231). Sum of RGB (Red+Green+Blue) = 252+229+231=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 231 (90.62% from 255 or 32.44% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5E7 is #031A18. Grayscale: #ECECEC. Windows color (decimal): -203289 or 15197692. OLE color: 15197692.

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

Color convert

RGB252229231-
CMYK00.090.080.01
HSL354.78º79.31%94.31%-
HSV(B)354.78º9.13%98.82%-
XYZ82.5982.587.17-
YUV236.1125.12139.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 229 (89.84% from 255) = 32.16%
BLUE value IS 231 (90.62% from 255) = 32.44%
R=35.39%
G=32.16%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222923100.090.080.01354.7879.3194.31
HexFCE5E709811634f5e
Octal374345347011101543117136
Binary111111001110010111100111010011000110110001110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5E7; }

 p { color: rgb(252,229,231); }

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

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

 a { background-color: rgb(252,229,231); }

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

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

 span { border-color: rgb(252,229,231); }

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