#FCE6EE

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

Shades of Amour #FCE6EE

Tints of Amour #FCE6EE

Color information

#FCE6EE (or 0xFCE6EE) is unknown color: approx Amour. HEX triplet: FC, E6 and EE. RGB value is (252,230,238). Sum of RGB (Red+Green+Blue) = 252+230+238=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6EE is #031911. Grayscale: #EDEDED. Windows color (decimal): -203026 or 15656700. OLE color: 15656700.

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

Color convert

RGB252230238-
CMYK00.090.060.01
HSL338.18º78.57%94.51%-
HSV(B)338.18º8.73%98.82%-
XYZ83.8783.4692.58-
YUV237.49128.29138.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 230 (90.23% from 255) = 31.94%
BLUE value IS 238 (93.36% from 255) = 33.06%
R=35%
G=31.94%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223023800.090.060.01338.1878.5794.51
HexFCE6EE09611524f5f
Octal37434635601161522117137
Binary11111100111001101110111001001110110101001010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6EE; }

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

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

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

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

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

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

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

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