#FEF6FC

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

Shades of Lavender Blush #FEF6FC

Tints of Lavender Blush #FEF6FC

Color information

#FEF6FC (or 0xFEF6FC) is unknown color: approx Lavender Blush. HEX triplet: FE, F6 and FC. RGB value is (254,246,252). Sum of RGB (Red+Green+Blue) = 254+246+252=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 246 (96.48% from 255 or 32.71% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FC is #010903. Grayscale: #F9F9F9. Windows color (decimal): -67844 or 16578302. OLE color: 16578302.

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

Color convert

RGB254246252-
CMYK00.030.010.00
HSL315º80%98.04%-
HSV(B)315º3.15%99.61%-
XYZ91.494.01105.42-
YUV249.08129.65131.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.78%
GREEN value IS 246 (96.48% from 255) = 32.71%
BLUE value IS 252 (98.83% from 255) = 33.51%
R=33.78%
G=32.71%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424625200.030.010.003158098.04
HexFEF6FC031013b5062
Octal3763663740310473120142
Binary1111111011110110111111000111010011101110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6FC; }

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

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

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

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

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

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

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

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