#FEEFF5

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

Shades of Lavender Blush #FEEFF5

Tints of Lavender Blush #FEEFF5

Color information

#FEEFF5 (or 0xFEEFF5) is unknown color: approx Lavender Blush. HEX triplet: FE, EF and F5. RGB value is (254,239,245). Sum of RGB (Red+Green+Blue) = 254+239+245=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 239 (93.75% from 255 or 32.38% from 738); Blue value is 245 (96.09% from 255 or 33.20% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFF5 is #01100A. Grayscale: #F4F4F4. Windows color (decimal): -69643 or 16117758. OLE color: 16117758.

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

Color convert

RGB254239245-
CMYK00.060.040.00
HSL336º88.24%96.67%-
HSV(B)336º5.91%99.61%-
XYZ88.2289.498.99-
YUV244.17128.47135.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 239 (93.75% from 255) = 32.38%
BLUE value IS 245 (96.09% from 255) = 33.20%
R=34.42%
G=32.38%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423924500.060.040.0033688.2496.67
HexFEEFF506401505861
Octal3763573650640520130141
Binary1111111011101111111101010110100010101000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFF5; }

 p { color: rgb(254,239,245); }

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

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

 a { background-color: rgb(254,239,245); }

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

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

 span { border-color: rgb(254,239,245); }

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