#FEF0FB

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

Shades of Lavender Blush #FEF0FB

Tints of Lavender Blush #FEF0FB

Color information

#FEF0FB (or 0xFEF0FB) is unknown color: approx Lavender Blush. HEX triplet: FE, F0 and FB. RGB value is (254,240,251). Sum of RGB (Red+Green+Blue) = 254+240+251=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 240 (94.14% from 255 or 32.21% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0FB is #010F04. Grayscale: #F5F5F5. Windows color (decimal): -69381 or 16511230. OLE color: 16511230.

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

Color convert

RGB254240251-
CMYK00.060.010.00
HSL312.86º87.5%96.86%-
HSV(B)312.86º5.51%99.61%-
XYZ89.4590.36103.99-
YUV245.44131.14134.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.09%
GREEN value IS 240 (94.14% from 255) = 32.21%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=34.09%
G=32.21%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424025100.060.010.00312.8687.596.86
HexFEF0FB06101395861
Octal3763603730610471130141
Binary11111110111100001111101101101010011100110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0FB; }

 p { color: rgb(254,240,251); }

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

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

 a { background-color: rgb(254,240,251); }

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

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

 span { border-color: rgb(254,240,251); }

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