#FCECF6

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

Shades of Lavender Blush #FCECF6

Tints of Lavender Blush #FCECF6

Color information

#FCECF6 (or 0xFCECF6) is unknown color: approx Lavender Blush. HEX triplet: FC, EC and F6. RGB value is (252,236,246). Sum of RGB (Red+Green+Blue) = 252+236+246=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 236 (92.58% from 255 or 32.15% from 734); Blue value is 246 (96.48% from 255 or 33.51% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF6 is #031309. Grayscale: #F1F1F1. Windows color (decimal): -201482 or 16182524. OLE color: 16182524.

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

Color convert

RGB252236246-
CMYK00.060.020.01
HSL322.5º72.73%95.69%-
HSV(B)322.5º6.35%98.82%-
XYZ86.7787.3499.47-
YUV241.92130.3135.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 236 (92.58% from 255) = 32.15%
BLUE value IS 246 (96.48% from 255) = 33.51%
R=34.33%
G=32.15%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223624600.060.020.01322.572.7395.69
HexFCECF606211424960
Octal3743543660621502111140
Binary111111001110110011110110011010110100001010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECF6; }

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

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

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

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

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

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

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

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