#FCEEF2

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

Shades of Lavender Blush #FCEEF2

Tints of Lavender Blush #FCEEF2

Color information

#FCEEF2 (or 0xFCEEF2) is unknown color: approx Lavender Blush. HEX triplet: FC, EE and F2. RGB value is (252,238,242). Sum of RGB (Red+Green+Blue) = 252+238+242=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEF2 is #03110D. Grayscale: #F2F2F2. Windows color (decimal): -200974 or 15920892. OLE color: 15920892.

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

Color convert

RGB252238242-
CMYK00.060.040.01
HSL342.86º70%96.08%-
HSV(B)342.86º5.56%98.82%-
XYZ86.7588.2696.47-
YUV242.64127.64134.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 238 (93.36% from 255) = 32.51%
BLUE value IS 242 (94.92% from 255) = 33.06%
R=34.43%
G=32.51%
B=33.06%

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
Decimal25223824200.060.040.01342.867096.08
HexFCEEF206411574660
Octal3743563620641527106140
Binary1111110011101110111100100110100110101011110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEF2; }

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

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

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

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

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

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

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

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