#FBEDF5

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

Shades of Lavender Blush #FBEDF5

Tints of Lavender Blush #FBEDF5

Color information

#FBEDF5 (or 0xFBEDF5) is unknown color: approx Lavender Blush. HEX triplet: FB, ED and F5. RGB value is (251,237,245). Sum of RGB (Red+Green+Blue) = 251+237+245=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF5 is #04120A. Grayscale: #F2F2F2. Windows color (decimal): -266763 or 16117243. OLE color: 16117243.

HSL color Cylindrical-coordinate representation of color #FBEDF5: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDF5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251237245-
CMYK00.060.020.02
HSL325.71º63.64%95.69%-
HSV(B)325.71º5.58%98.43%-
XYZ86.5587.6798.75-
YUV242.1129.64134.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 237 (92.97% from 255) = 32.33%
BLUE value IS 245 (96.09% from 255) = 33.42%
R=34.24%
G=32.33%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123724500.060.020.02325.7163.6495.69
HexFBEDF506221464060
Octal3733553650622506100140
Binary1111101111101101111101010110101010100011010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDF5; }

 p { color: rgb(251,237,245); }

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

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

 a { background-color: rgb(251,237,245); }

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

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

 span { border-color: rgb(251,237,245); }

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