#FCE6F1

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

Shades of Lavender Blush #FCE6F1

Tints of Lavender Blush #FCE6F1

Color information

#FCE6F1 (or 0xFCE6F1) is unknown color: approx Lavender Blush. HEX triplet: FC, E6 and F1. RGB value is (252,230,241). Sum of RGB (Red+Green+Blue) = 252+230+241=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 241 (94.53% from 255 or 33.33% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6F1 is #03190E. Grayscale: #EDEDED. Windows color (decimal): -203023 or 15853308. OLE color: 15853308.

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

Color convert

RGB252230241-
CMYK00.090.040.01
HSL330º78.57%94.51%-
HSV(B)330º8.73%98.82%-
XYZ84.3283.6494.92-
YUV237.83129.79138.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 230 (90.23% from 255) = 31.81%
BLUE value IS 241 (94.53% from 255) = 33.33%
R=34.85%
G=31.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223024100.090.040.0133078.5794.51
HexFCE6F1094114a4f5f
Octal37434636101141512117137
Binary11111100111001101111000101001100110100101010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6F1; }

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

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

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

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

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

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

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

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