#FEEFF6

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

Shades of Lavender Blush #FEEFF6

Tints of Lavender Blush #FEEFF6

Color information

#FEEFF6 (or 0xFEEFF6) is unknown color: approx Lavender Blush. HEX triplet: FE, EF and F6. RGB value is (254,239,246). Sum of RGB (Red+Green+Blue) = 254+239+246=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 246 (96.48% from 255 or 33.29% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFF6 is #011009. Grayscale: #F4F4F4. Windows color (decimal): -69642 or 16183294. OLE color: 16183294.

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

Color convert

RGB254239246-
CMYK00.060.030.00
HSL332º88.24%96.67%-
HSV(B)332º5.91%99.61%-
XYZ88.3789.4699.8-
YUV244.28128.97134.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.37%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 246 (96.48% from 255) = 33.29%
R=34.37%
G=32.34%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423924600.060.030.0033288.2496.67
HexFEEFF6063014c5861
Octal3763573660630514130141
Binary111111101110111111110110011011010100110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFF6; }

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

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

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

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

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

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

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

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