#FEEBF0

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

Shades of Lavender Blush #FEEBF0

Tints of Lavender Blush #FEEBF0

Color information

#FEEBF0 (or 0xFEEBF0) is unknown color: approx Lavender Blush. HEX triplet: FE, EB and F0. RGB value is (254,235,240). Sum of RGB (Red+Green+Blue) = 254+235+240=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBF0 is #01140F. Grayscale: #F1F1F1. Windows color (decimal): -70672 or 15789054. OLE color: 15789054.

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

Color convert

RGB254235240-
CMYK00.070.060.00
HSL344.21º90.48%95.88%-
HSV(B)344.21º7.48%99.61%-
XYZ86.3186.7894.64-
YUV241.25127.29137.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 235 (92.19% from 255) = 32.24%
BLUE value IS 240 (94.14% from 255) = 32.92%
R=34.84%
G=32.24%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423524000.070.060.00344.2190.4895.88
HexFEEBF007601585a60
Octal3763533600760530132140
Binary1111111011101011111100000111110010101100010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBF0; }

 p { color: rgb(254,235,240); }

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

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

 a { background-color: rgb(254,235,240); }

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

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

 span { border-color: rgb(254,235,240); }

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