#FEEFF9

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

Shades of Lavender Blush #FEEFF9

Tints of Lavender Blush #FEEFF9

Color information

#FEEFF9 (or 0xFEEFF9) is unknown color: approx Lavender Blush. HEX triplet: FE, EF and F9. RGB value is (254,239,249). Sum of RGB (Red+Green+Blue) = 254+239+249=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 239 (93.75% from 255 or 32.21% from 742); Blue value is 249 (97.66% from 255 or 33.56% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFF9 is #011006. Grayscale: #F4F4F4. Windows color (decimal): -69639 or 16379902. OLE color: 16379902.

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

Color convert

RGB254239249-
CMYK00.060.020.00
HSL320º88.24%96.67%-
HSV(B)320º5.91%99.61%-
XYZ88.8489.64102.24-
YUV244.62130.47134.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.23%
GREEN value IS 239 (93.75% from 255) = 32.21%
BLUE value IS 249 (97.66% from 255) = 33.56%
R=34.23%
G=32.21%
B=33.56%

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
Decimal25423924900.060.020.0032088.2496.67
HexFEEFF906201405861
Octal3763573710620500130141
Binary111111101110111111111001011010010100000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFF9; }

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

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

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

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

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

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

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

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