#FCE6EF

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

Shades of Lavender Blush #FCE6EF

Tints of Lavender Blush #FCE6EF

Color information

#FCE6EF (or 0xFCE6EF) is unknown color: approx Lavender Blush. HEX triplet: FC, E6 and EF. RGB value is (252,230,239). Sum of RGB (Red+Green+Blue) = 252+230+239=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 230 (90.23% from 255 or 31.90% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6EF is #031910. Grayscale: #EDEDED. Windows color (decimal): -203025 or 15722236. OLE color: 15722236.

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

Color convert

RGB252230239-
CMYK00.090.050.01
HSL335.45º78.57%94.51%-
HSV(B)335.45º8.73%98.82%-
XYZ84.0283.5293.35-
YUV237.6128.79138.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 230 (90.23% from 255) = 31.90%
BLUE value IS 239 (93.75% from 255) = 33.15%
R=34.95%
G=31.90%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223023900.090.050.01335.4578.5794.51
HexFCE6EF095114f4f5f
Octal37434635701151517117137
Binary11111100111001101110111101001101110100111110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6EF; }

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

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

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

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

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

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

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

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