#FCE6E7

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

Shades of Pale Pink #FCE6E7

Tints of Pale Pink #FCE6E7

Color information

#FCE6E7 (or 0xFCE6E7) is unknown color: approx Pale Pink. HEX triplet: FC, E6 and E7. RGB value is (252,230,231). Sum of RGB (Red+Green+Blue) = 252+230+231=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 231 (90.62% from 255 or 32.40% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6E7 is #031918. Grayscale: #ECECEC. Windows color (decimal): -203033 or 15197948. OLE color: 15197948.

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

Color convert

RGB252230231-
CMYK00.090.080.01
HSL357.27º78.57%94.51%-
HSV(B)357.27º8.73%98.82%-
XYZ82.8783.0687.27-
YUV236.69124.79138.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 230 (90.23% from 255) = 32.26%
BLUE value IS 231 (90.62% from 255) = 32.40%
R=35.34%
G=32.26%
B=32.40%

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
Decimal25223023100.090.080.01357.2778.5794.51
HexFCE6E709811654f5f
Octal374346347011101545117137
Binary111111001110011011100111010011000110110010110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6E7; }

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

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

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

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

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

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

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

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