#FCECF1

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

Shades of Lavender Blush #FCECF1

Tints of Lavender Blush #FCECF1

Color information

#FCECF1 (or 0xFCECF1) is unknown color: approx Lavender Blush. HEX triplet: FC, EC and F1. RGB value is (252,236,241). Sum of RGB (Red+Green+Blue) = 252+236+241=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF1 is #03130E. Grayscale: #F1F1F1. Windows color (decimal): -201487 or 15854844. OLE color: 15854844.

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

Color convert

RGB252236241-
CMYK00.060.040.01
HSL341.25º72.73%95.69%-
HSV(B)341.25º6.35%98.82%-
XYZ86.0287.0495.49-
YUV241.35127.8135.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.57%
GREEN value IS 236 (92.58% from 255) = 32.37%
BLUE value IS 241 (94.53% from 255) = 33.06%
R=34.57%
G=32.37%
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
Decimal25223624100.060.040.01341.2572.7395.69
HexFCECF106411554960
Octal3743543610641525111140
Binary1111110011101100111100010110100110101010110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECF1; }

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

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

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

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

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

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

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

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