#FEF9FD

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

Shades of Lavender Blush #FEF9FD

Tints of Lavender Blush #FEF9FD

Color information

#FEF9FD (or 0xFEF9FD) is unknown color: approx Lavender Blush. HEX triplet: FE, F9 and FD. RGB value is (254,249,253). Sum of RGB (Red+Green+Blue) = 254+249+253=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 249 (97.66% from 255 or 32.94% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FD is #010602. Grayscale: #FAFAFA. Windows color (decimal): -67075 or 16644606. OLE color: 16644606.

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

Color convert

RGB254249253-
CMYK00.020.000.00
HSL312º71.43%98.63%-
HSV(B)312º1.97%99.61%-
XYZ92.4895.91106.57-
YUV250.95129.16130.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 249 (97.66% from 255) = 32.94%
BLUE value IS 253 (99.22% from 255) = 33.47%
R=33.60%
G=32.94%
B=33.47%

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
Decimal25424925300.020.000.0031271.4398.63
HexFEF9FD02001384763
Octal3763713750200470107143
Binary1111111011111001111111010100010011100010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9FD; }

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

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

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

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

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

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

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

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