#FEF7FD

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

Shades of Lavender Blush #FEF7FD

Tints of Lavender Blush #FEF7FD

Color information

#FEF7FD (or 0xFEF7FD) is unknown color: approx Lavender Blush. HEX triplet: FE, F7 and FD. RGB value is (254,247,253). Sum of RGB (Red+Green+Blue) = 254+247+253=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 247 (96.88% from 255 or 32.76% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7FD is #010802. Grayscale: #F9F9F9. Windows color (decimal): -67587 or 16644094. OLE color: 16644094.

HSL color Cylindrical-coordinate representation of color #FEF7FD: hue angle of 308.57º 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 #FEF7FD is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB254247253-
CMYK00.030.000.00
HSL308.57º77.78%98.24%-
HSV(B)308.57º2.76%99.61%-
XYZ91.8694.68106.36-
YUV249.78129.82131.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 247 (96.88% from 255) = 32.76%
BLUE value IS 253 (99.22% from 255) = 33.55%
R=33.69%
G=32.76%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424725300.030.000.00308.5777.7898.24
HexFEF7FD03001354e62
Octal3763673750300465116142
Binary1111111011110111111111010110010011010110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7FD; }

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

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

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

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

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

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

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

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