#FCE6E8

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

Shades of Carousel Pink #FCE6E8

Tints of Carousel Pink #FCE6E8

Color information

#FCE6E8 (or 0xFCE6E8) is unknown color: approx Carousel Pink. HEX triplet: FC, E6 and E8. RGB value is (252,230,232). Sum of RGB (Red+Green+Blue) = 252+230+232=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 230 (90.23% from 255 or 32.21% from 714); Blue value is 232 (91.02% from 255 or 32.49% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6E8 is #031917. Grayscale: #ECECEC. Windows color (decimal): -203032 or 15263484. OLE color: 15263484.

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

Color convert

RGB252230232-
CMYK00.090.080.01
HSL354.55º78.57%94.51%-
HSV(B)354.55º8.73%98.82%-
XYZ83.0183.1288.01-
YUV236.81125.29138.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 230 (90.23% from 255) = 32.21%
BLUE value IS 232 (91.02% from 255) = 32.49%
R=35.29%
G=32.21%
B=32.49%

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
Decimal25223023200.090.080.01354.5578.5794.51
HexFCE6E809811634f5f
Octal374346350011101543117137
Binary111111001110011011101000010011000110110001110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6E8; }

 p { color: rgb(252,230,232); }

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

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

 a { background-color: rgb(252,230,232); }

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

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

 span { border-color: rgb(252,230,232); }

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