#FBE3F1

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

Shades of Lavender Blush #FBE3F1

Tints of Lavender Blush #FBE3F1

Color information

#FBE3F1 (or 0xFBE3F1) is unknown color: approx Lavender Blush. HEX triplet: FB, E3 and F1. RGB value is (251,227,241). Sum of RGB (Red+Green+Blue) = 251+227+241=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3F1 is #041C0E. Grayscale: #EBEBEB. Windows color (decimal): -269327 or 15852539. OLE color: 15852539.

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

Color convert

RGB251227241-
CMYK00.100.040.02
HSL325º75%93.73%-
HSV(B)325º9.56%98.43%-
XYZ83.1381.894.63-
YUV235.77130.95138.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 227 (89.06% from 255) = 31.57%
BLUE value IS 241 (94.53% from 255) = 33.52%
R=34.91%
G=31.57%
B=33.52%

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
Decimal25122724100.100.040.023257593.73
HexFBE3F10A421454b5e
Octal37334336101242505113136
Binary111110111110001111110001010101001010100010110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3F1; }

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

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

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

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

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

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

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

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