#FCECF0

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

Shades of Lavender Blush #FCECF0

Tints of Lavender Blush #FCECF0

Color information

#FCECF0 (or 0xFCECF0) is unknown color: approx Lavender Blush. HEX triplet: FC, EC and F0. RGB value is (252,236,240). Sum of RGB (Red+Green+Blue) = 252+236+240=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF0 is #03130F. Grayscale: #F1F1F1. Windows color (decimal): -201488 or 15789308. OLE color: 15789308.

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

Color convert

RGB252236240-
CMYK00.060.050.01
HSL345º72.73%95.69%-
HSV(B)345º6.35%98.82%-
XYZ85.8786.9894.7-
YUV241.24127.3135.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.62%
GREEN value IS 236 (92.58% from 255) = 32.42%
BLUE value IS 240 (94.14% from 255) = 32.97%
R=34.62%
G=32.42%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223624000.060.050.0134572.7395.69
HexFCECF006511594960
Octal3743543600651531111140
Binary1111110011101100111100000110101110101100110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECF0; }

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

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

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

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

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

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

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

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