#FBE8F5

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

Shades of Lavender Blush #FBE8F5

Tints of Lavender Blush #FBE8F5

Color information

#FBE8F5 (or 0xFBE8F5) is unknown color: approx Lavender Blush. HEX triplet: FB, E8 and F5. RGB value is (251,232,245). Sum of RGB (Red+Green+Blue) = 251+232+245=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 232 (91.02% from 255 or 31.87% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8F5 is #04170A. Grayscale: #EFEFEF. Windows color (decimal): -268043 or 16115963. OLE color: 16115963.

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

Color convert

RGB251232245-
CMYK00.080.020.02
HSL318.95º70.37%94.71%-
HSV(B)318.95º7.57%98.43%-
XYZ85.1284.8298.27-
YUV239.16131.29136.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 232 (91.02% from 255) = 31.87%
BLUE value IS 245 (96.09% from 255) = 33.65%
R=34.48%
G=31.87%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123224500.080.020.02318.9570.3794.71
HexFBE8F5082213f465f
Octal37335036501022477106137
Binary11111011111010001111010101000101010011111110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8F5; }

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

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

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

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

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

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

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

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