#FEECF5

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

Shades of Lavender Blush #FEECF5

Tints of Lavender Blush #FEECF5

Color information

#FEECF5 (or 0xFEECF5) is unknown color: approx Lavender Blush. HEX triplet: FE, EC and F5. RGB value is (254,236,245). Sum of RGB (Red+Green+Blue) = 254+236+245=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 236 (92.58% from 255 or 32.11% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECF5 is #01130A. Grayscale: #F2F2F2. Windows color (decimal): -70411 or 16116990. OLE color: 16116990.

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

Color convert

RGB254236245-
CMYK00.070.040.00
HSL330º90%96.08%-
HSV(B)330º7.09%99.61%-
XYZ87.3587.6598.7-
YUV242.41129.46136.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.56%
GREEN value IS 236 (92.58% from 255) = 32.11%
BLUE value IS 245 (96.09% from 255) = 33.33%
R=34.56%
G=32.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423624500.070.040.003309096.08
HexFEECF5074014a5a60
Octal3763543650740512132140
Binary1111111011101100111101010111100010100101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECF5; }

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

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

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

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

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

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

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

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