#FCE6E3

Color #FCE6E3 Misty Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Misty Rose #FCE6E3

Tints of Misty Rose #FCE6E3

Color information

#FCE6E3 (or 0xFCE6E3) is unknown color: approx Misty Rose. HEX triplet: FC, E6 and E3. RGB value is (252,230,227). Sum of RGB (Red+Green+Blue) = 252+230+227=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 227 (89.06% from 255 or 32.02% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6E3 is #03191C. Grayscale: #ECECEC. Windows color (decimal): -203037 or 14935804. OLE color: 14935804.

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

Color convert

RGB252230227-
CMYK00.090.100.01
HSL7.2º80.65%93.92%-
HSV(B)7.2º9.92%98.82%-
XYZ82.3182.8484.32-
YUV236.24122.79139.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 230 (90.23% from 255) = 32.44%
BLUE value IS 227 (89.06% from 255) = 32.02%
R=35.54%
G=32.44%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223022700.090.100.017.280.6593.92
HexFCE6E309A17515e
Octal3743463430111217121136
Binary111111001110011011100011010011010111110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6E3; }

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

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

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

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

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

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

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

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