#FBE3F5

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

Shades of Lavender Blush #FBE3F5

Tints of Lavender Blush #FBE3F5

Color information

#FBE3F5 (or 0xFBE3F5) is unknown color: approx Lavender Blush. HEX triplet: FB, E3 and F5. RGB value is (251,227,245). Sum of RGB (Red+Green+Blue) = 251+227+245=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 227 (89.06% from 255 or 31.40% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3F5 is #041C0A. Grayscale: #ECECEC. Windows color (decimal): -269323 or 16114683. OLE color: 16114683.

HSL color Cylindrical-coordinate representation of color #FBE3F5: hue angle of 315º degrees, saturation: 0.75, 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 #FBE3F5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251227245-
CMYK00.100.020.02
HSL315º75%93.73%-
HSV(B)315º9.56%98.43%-
XYZ83.7382.0497.81-
YUV236.23132.95138.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 227 (89.06% from 255) = 31.40%
BLUE value IS 245 (96.09% from 255) = 33.89%
R=34.72%
G=31.40%
B=33.89%

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
Decimal25122724500.100.020.023157593.73
HexFBE3F50A2213b4b5e
Octal37334336501222473113136
Binary11111011111000111111010101010101010011101110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3F5; }

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

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

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

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

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

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

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

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