#FCE6F6

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

Shades of Lavender Blush #FCE6F6

Tints of Lavender Blush #FCE6F6

Color information

#FCE6F6 (or 0xFCE6F6) is unknown color: approx Lavender Blush. HEX triplet: FC, E6 and F6. RGB value is (252,230,246). Sum of RGB (Red+Green+Blue) = 252+230+246=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 230 (90.23% from 255 or 31.59% from 728); Blue value is 246 (96.48% from 255 or 33.79% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6F6 is #031909. Grayscale: #EEEEEE. Windows color (decimal): -203018 or 16180988. OLE color: 16180988.

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

Color convert

RGB252230246-
CMYK00.090.020.01
HSL316.36º78.57%94.51%-
HSV(B)316.36º8.73%98.82%-
XYZ85.0883.9498.91-
YUV238.4132.29137.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.62%
GREEN value IS 230 (90.23% from 255) = 31.59%
BLUE value IS 246 (96.48% from 255) = 33.79%
R=34.62%
G=31.59%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223024600.090.020.01316.3678.5794.51
HexFCE6F6092113c4f5f
Octal37434636601121474117137
Binary1111110011100110111101100100110110011110010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6F6; }

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

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

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

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

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

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

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

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