#FCE4F2

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

Shades of Lavender Blush #FCE4F2

Tints of Lavender Blush #FCE4F2

Color information

#FCE4F2 (or 0xFCE4F2) is unknown color: approx Lavender Blush. HEX triplet: FC, E4 and F2. RGB value is (252,228,242). Sum of RGB (Red+Green+Blue) = 252+228+242=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 228 (89.45% from 255 or 31.58% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4F2 is #031B0D. Grayscale: #ECECEC. Windows color (decimal): -203534 or 15918332. OLE color: 15918332.

HSL color Cylindrical-coordinate representation of color #FCE4F2: hue angle of 325º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4F2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252228242-
CMYK00.100.040.01
HSL325º80%94.12%-
HSV(B)325º9.52%98.82%-
XYZ83.9282.5995.52-
YUV236.77130.95138.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 228 (89.45% from 255) = 31.58%
BLUE value IS 242 (94.92% from 255) = 33.52%
R=34.90%
G=31.58%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222824200.100.040.013258094.12
HexFCE4F20A41145505e
Octal37434436201241505120136
Binary11111100111001001111001001010100110100010110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4F2; }

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

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

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

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

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

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

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

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