#FBE2F5

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

Shades of Lavender Blush #FBE2F5

Tints of Lavender Blush #FBE2F5

Color information

#FBE2F5 (or 0xFBE2F5) is unknown color: approx Lavender Blush. HEX triplet: FB, E2 and F5. RGB value is (251,226,245). Sum of RGB (Red+Green+Blue) = 251+226+245=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 226 (88.67% from 255 or 31.30% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2F5 is #041D0A. Grayscale: #EBEBEB. Windows color (decimal): -269579 or 16114427. OLE color: 16114427.

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

Color convert

RGB251226245-
CMYK00.100.020.02
HSL314.4º75.76%93.53%-
HSV(B)314.4º9.96%98.43%-
XYZ83.4681.4997.72-
YUV235.64133.28138.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 226 (88.67% from 255) = 31.30%
BLUE value IS 245 (96.09% from 255) = 33.93%
R=34.76%
G=31.30%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122624500.100.020.02314.475.7693.53
HexFBE2F50A2213a4c5e
Octal37334236501222472114136
Binary11111011111000101111010101010101010011101010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2F5; }

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

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

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

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

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

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

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

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