#FEF8FD

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

Shades of Lavender Blush #FEF8FD

Tints of Lavender Blush #FEF8FD

Color information

#FEF8FD (or 0xFEF8FD) is unknown color: approx Lavender Blush. HEX triplet: FE, F8 and FD. RGB value is (254,248,253). Sum of RGB (Red+Green+Blue) = 254+248+253=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 248 (97.27% from 255 or 32.85% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8FD is #010702. Grayscale: #FAFAFA. Windows color (decimal): -67331 or 16644350. OLE color: 16644350.

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

Color convert

RGB254248253-
CMYK00.020.000.00
HSL310º75%98.43%-
HSV(B)310º2.36%99.61%-
XYZ92.1795.3106.46-
YUV250.36129.49130.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 248 (97.27% from 255) = 32.85%
BLUE value IS 253 (99.22% from 255) = 33.51%
R=33.64%
G=32.85%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424825300.020.000.003107598.43
HexFEF8FD02001364b62
Octal3763703750200466113142
Binary1111111011111000111111010100010011011010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8FD; }

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

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

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

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

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

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

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

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