#FEF7FC

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

Shades of Lavender Blush #FEF7FC

Tints of Lavender Blush #FEF7FC

Color information

#FEF7FC (or 0xFEF7FC) is unknown color: approx Lavender Blush. HEX triplet: FE, F7 and FC. RGB value is (254,247,252). Sum of RGB (Red+Green+Blue) = 254+247+252=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 247 (96.88% from 255 or 32.80% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7FC is #010803. Grayscale: #F9F9F9. Windows color (decimal): -67588 or 16578558. OLE color: 16578558.

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

Color convert

RGB254247252-
CMYK00.030.010.00
HSL317.14º77.78%98.24%-
HSV(B)317.14º2.76%99.61%-
XYZ91.794.62105.53-
YUV249.66129.32131.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.73%
GREEN value IS 247 (96.88% from 255) = 32.80%
BLUE value IS 252 (98.83% from 255) = 33.47%
R=33.73%
G=32.80%
B=33.47%

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
Decimal25424725200.030.010.00317.1477.7898.24
HexFEF7FC031013d4e62
Octal3763673740310475116142
Binary1111111011110111111111000111010011110110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7FC; }

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

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

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

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

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

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

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

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