#FBE5F2

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

Shades of Lavender Blush #FBE5F2

Tints of Lavender Blush #FBE5F2

Color information

#FBE5F2 (or 0xFBE5F2) is unknown color: approx Lavender Blush. HEX triplet: FB, E5 and F2. RGB value is (251,229,242). Sum of RGB (Red+Green+Blue) = 251+229+242=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 229 (89.84% from 255 or 31.72% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5F2 is #041A0D. Grayscale: #EDEDED. Windows color (decimal): -268814 or 15918587. OLE color: 15918587.

HSL color Cylindrical-coordinate representation of color #FBE5F2: hue angle of 324.55º 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 #FBE5F2 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251229242-
CMYK00.090.040.02
HSL324.55º73.33%94.12%-
HSV(B)324.55º8.76%98.43%-
XYZ83.8382.9695.6-
YUV237.06130.79137.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 229 (89.84% from 255) = 31.72%
BLUE value IS 242 (94.92% from 255) = 33.52%
R=34.76%
G=31.72%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122924200.090.040.02324.5573.3394.12
HexFBE5F20942145495e
Octal37334536201142505111136
Binary111110111110010111110010010011001010100010110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5F2; }

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

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

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

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

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

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

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

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