#FCEDF2

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

Shades of Lavender Blush #FCEDF2

Tints of Lavender Blush #FCEDF2

Color information

#FCEDF2 (or 0xFCEDF2) is unknown color: approx Lavender Blush. HEX triplet: FC, ED and F2. RGB value is (252,237,242). Sum of RGB (Red+Green+Blue) = 252+237+242=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDF2 is #03120D. Grayscale: #F2F2F2. Windows color (decimal): -201230 or 15920636. OLE color: 15920636.

HSL color Cylindrical-coordinate representation of color #FCEDF2: hue angle of 340º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEDF2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252237242-
CMYK00.060.040.01
HSL340º71.43%95.88%-
HSV(B)340º5.95%98.82%-
XYZ86.4687.6796.37-
YUV242.05127.97135.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 237 (92.97% from 255) = 32.42%
BLUE value IS 242 (94.92% from 255) = 33.11%
R=34.47%
G=32.42%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223724200.060.040.0134071.4395.88
HexFCEDF206411544760
Octal3743553620641524107140
Binary1111110011101101111100100110100110101010010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDF2; }

 p { color: rgb(252,237,242); }

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

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

 a { background-color: rgb(252,237,242); }

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

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

 span { border-color: rgb(252,237,242); }

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