#FCEFF6

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

Shades of Lavender Blush #FCEFF6

Tints of Lavender Blush #FCEFF6

Color information

#FCEFF6 (or 0xFCEFF6) is unknown color: approx Lavender Blush. HEX triplet: FC, EF and F6. RGB value is (252,239,246). Sum of RGB (Red+Green+Blue) = 252+239+246=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 239 (93.75% from 255 or 32.43% from 737); Blue value is 246 (96.48% from 255 or 33.38% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF6 is #031009. Grayscale: #F3F3F3. Windows color (decimal): -200714 or 16183292. OLE color: 16183292.

HSL color Cylindrical-coordinate representation of color #FCEFF6: hue angle of 327.69º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFF6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252239246-
CMYK00.050.020.01
HSL327.69º68.42%96.27%-
HSV(B)327.69º5.16%98.82%-
XYZ87.6589.0899.76-
YUV243.68129.31133.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.19%
GREEN value IS 239 (93.75% from 255) = 32.43%
BLUE value IS 246 (96.48% from 255) = 33.38%
R=34.19%
G=32.43%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223924600.050.020.01327.6968.4296.27
HexFCEFF605211484460
Octal3743573660521510104140
Binary111111001110111111110110010110110100100010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFF6; }

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

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

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

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

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

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

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

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