#FCECF7

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

Shades of Lavender Blush #FCECF7

Tints of Lavender Blush #FCECF7

Color information

#FCECF7 (or 0xFCECF7) is unknown color: approx Lavender Blush. HEX triplet: FC, EC and F7. RGB value is (252,236,247). Sum of RGB (Red+Green+Blue) = 252+236+247=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 236 (92.58% from 255 or 32.11% from 735); Blue value is 247 (96.88% from 255 or 33.61% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF7 is #031308. Grayscale: #F2F2F2. Windows color (decimal): -201481 or 16248060. OLE color: 16248060.

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

Color convert

RGB252236247-
CMYK00.060.020.01
HSL318.75º72.73%95.69%-
HSV(B)318.75º6.35%98.82%-
XYZ86.9387.4100.28-
YUV242.04130.8135.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 236 (92.58% from 255) = 32.11%
BLUE value IS 247 (96.88% from 255) = 33.61%
R=34.29%
G=32.11%
B=33.61%

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
Decimal25223624700.060.020.01318.7572.7395.69
HexFCECF7062113f4960
Octal3743543670621477111140
Binary111111001110110011110111011010110011111110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECF7; }

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

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

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

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

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

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

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

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