#FBE5F5

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

Shades of Lavender Blush #FBE5F5

Tints of Lavender Blush #FBE5F5

Color information

#FBE5F5 (or 0xFBE5F5) is unknown color: approx Lavender Blush. HEX triplet: FB, E5 and F5. RGB value is (251,229,245). Sum of RGB (Red+Green+Blue) = 251+229+245=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5F5 is #041A0A. Grayscale: #EDEDED. Windows color (decimal): -268811 or 16115195. OLE color: 16115195.

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

Color convert

RGB251229245-
CMYK00.090.020.02
HSL316.36º73.33%94.12%-
HSV(B)316.36º8.76%98.43%-
XYZ84.2883.1497.99-
YUV237.4132.29137.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 229 (89.84% from 255) = 31.59%
BLUE value IS 245 (96.09% from 255) = 33.79%
R=34.62%
G=31.59%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122924500.090.020.02316.3673.3394.12
HexFBE5F5092213c495e
Octal37334536501122474111136
Binary11111011111001011111010101001101010011110010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5F5; }

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

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

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

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

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

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

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

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