#FEEFF8

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

Shades of Lavender Blush #FEEFF8

Tints of Lavender Blush #FEEFF8

Color information

#FEEFF8 (or 0xFEEFF8) is unknown color: approx Lavender Blush. HEX triplet: FE, EF and F8. RGB value is (254,239,248). Sum of RGB (Red+Green+Blue) = 254+239+248=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 248 (97.27% from 255 or 33.47% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFF8 is #011007. Grayscale: #F4F4F4. Windows color (decimal): -69640 or 16314366. OLE color: 16314366.

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

Color convert

RGB254239248-
CMYK00.060.020.00
HSL324º88.24%96.67%-
HSV(B)324º5.91%99.61%-
XYZ88.6889.58101.42-
YUV244.51129.97134.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 239 (93.75% from 255) = 32.25%
BLUE value IS 248 (97.27% from 255) = 33.47%
R=34.28%
G=32.25%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423924800.060.020.0032488.2496.67
HexFEEFF806201445861
Octal3763573700620504130141
Binary111111101110111111111000011010010100010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFF8; }

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

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

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

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

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

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

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

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