#FEF7FB

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

Shades of Lavender Blush #FEF7FB

Tints of Lavender Blush #FEF7FB

Color information

#FEF7FB (or 0xFEF7FB) is unknown color: approx Lavender Blush. HEX triplet: FE, F7 and FB. RGB value is (254,247,251). Sum of RGB (Red+Green+Blue) = 254+247+251=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 247 (96.88% from 255 or 32.85% from 752); Blue value is 251 (98.44% from 255 or 33.38% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7FB is #010804. Grayscale: #F9F9F9. Windows color (decimal): -67589 or 16513022. OLE color: 16513022.

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

Color convert

RGB254247251-
CMYK00.030.010.00
HSL325.71º77.78%98.24%-
HSV(B)325.71º2.76%99.61%-
XYZ91.5594.56104.69-
YUV249.55128.82131.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.78%
GREEN value IS 247 (96.88% from 255) = 32.85%
BLUE value IS 251 (98.44% from 255) = 33.38%
R=33.78%
G=32.85%
B=33.38%

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
Decimal25424725100.030.010.00325.7177.7898.24
HexFEF7FB03101464e62
Octal3763673730310506116142
Binary1111111011110111111110110111010100011010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7FB; }

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

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

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

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

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

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

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

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