#FEF3FC

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

Shades of Lavender Blush #FEF3FC

Tints of Lavender Blush #FEF3FC

Color information

#FEF3FC (or 0xFEF3FC) is unknown color: approx Lavender Blush. HEX triplet: FE, F3 and FC. RGB value is (254,243,252). Sum of RGB (Red+Green+Blue) = 254+243+252=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 243 (95.31% from 255 or 32.44% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF3FC is #010C03. Grayscale: #F7F7F7. Windows color (decimal): -68612 or 16577534. OLE color: 16577534.

HSL color Cylindrical-coordinate representation of color #FEF3FC: hue angle of 310.91º degrees, saturation: 0.85, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF3FC is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254243252-
CMYK00.040.010.00
HSL310.91º84.62%97.45%-
HSV(B)310.91º4.33%99.61%-
XYZ90.4992.2105.12-
YUV247.32130.64132.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 243 (95.31% from 255) = 32.44%
BLUE value IS 252 (98.83% from 255) = 33.64%
R=33.91%
G=32.44%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424325200.040.010.00310.9184.6297.45
HexFEF3FC04101375561
Octal3763633740410467125141
Binary11111110111100111111110001001010011011110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3FC; }

 p { color: rgb(254,243,252); }

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

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

 a { background-color: rgb(254,243,252); }

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

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

 span { border-color: rgb(254,243,252); }

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