#FEECF7

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

Shades of Lavender Blush #FEECF7

Tints of Lavender Blush #FEECF7

Color information

#FEECF7 (or 0xFEECF7) is unknown color: approx Lavender Blush. HEX triplet: FE, EC and F7. RGB value is (254,236,247). Sum of RGB (Red+Green+Blue) = 254+236+247=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 236 (92.58% from 255 or 32.02% from 737); Blue value is 247 (96.88% from 255 or 33.51% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECF7 is #011308. Grayscale: #F2F2F2. Windows color (decimal): -70409 or 16248062. OLE color: 16248062.

HSL color Cylindrical-coordinate representation of color #FEECF7: hue angle of 323.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEECF7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254236247-
CMYK00.070.030.00
HSL323.33º90%96.08%-
HSV(B)323.33º7.09%99.61%-
XYZ87.6687.78100.32-
YUV242.64130.46136.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.46%
GREEN value IS 236 (92.58% from 255) = 32.02%
BLUE value IS 247 (96.88% from 255) = 33.51%
R=34.46%
G=32.02%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423624700.070.030.00323.339096.08
HexFEECF707301435a60
Octal3763543670730503132140
Binary111111101110110011110111011111010100001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECF7; }

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

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

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

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

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

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

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

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