#FBE3F2

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

Shades of Lavender Blush #FBE3F2

Tints of Lavender Blush #FBE3F2

Color information

#FBE3F2 (or 0xFBE3F2) is unknown color: approx Lavender Blush. HEX triplet: FB, E3 and F2. RGB value is (251,227,242). Sum of RGB (Red+Green+Blue) = 251+227+242=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 227 (89.06% from 255 or 31.53% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3F2 is #041C0D. Grayscale: #EBEBEB. Windows color (decimal): -269326 or 15918075. OLE color: 15918075.

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

Color convert

RGB251227242-
CMYK00.100.040.02
HSL322.5º75%93.73%-
HSV(B)322.5º9.56%98.43%-
XYZ83.2881.8695.42-
YUV235.89131.45138.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 227 (89.06% from 255) = 31.53%
BLUE value IS 242 (94.92% from 255) = 33.61%
R=34.86%
G=31.53%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122724200.100.040.02322.57593.73
HexFBE3F20A421424b5e
Octal37334336201242502113136
Binary111110111110001111110010010101001010100001010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3F2; }

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

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

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

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

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

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

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

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