#FEECF8

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

Shades of Lavender Blush #FEECF8

Tints of Lavender Blush #FEECF8

Color information

#FEECF8 (or 0xFEECF8) is unknown color: approx Lavender Blush. HEX triplet: FE, EC and F8. RGB value is (254,236,248). Sum of RGB (Red+Green+Blue) = 254+236+248=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 236 (92.58% from 255 or 31.98% from 738); Blue value is 248 (97.27% from 255 or 33.60% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECF8 is #011307. Grayscale: #F2F2F2. Windows color (decimal): -70408 or 16313598. OLE color: 16313598.

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

Color convert

RGB254236248-
CMYK00.070.020.00
HSL320º90%96.08%-
HSV(B)320º7.09%99.61%-
XYZ87.8187.84101.13-
YUV242.75130.96136.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 236 (92.58% from 255) = 31.98%
BLUE value IS 248 (97.27% from 255) = 33.60%
R=34.42%
G=31.98%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423624800.070.020.003209096.08
HexFEECF807201405a60
Octal3763543700720500132140
Binary111111101110110011111000011110010100000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECF8; }

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

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

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

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

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

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

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

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