#FBE8F1

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

Shades of Lavender Blush #FBE8F1

Tints of Lavender Blush #FBE8F1

Color information

#FBE8F1 (or 0xFBE8F1) is unknown color: approx Lavender Blush. HEX triplet: FB, E8 and F1. RGB value is (251,232,241). Sum of RGB (Red+Green+Blue) = 251+232+241=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 241 (94.53% from 255 or 33.29% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8F1 is #04170E. Grayscale: #EEEEEE. Windows color (decimal): -268047 or 15853819. OLE color: 15853819.

HSL color Cylindrical-coordinate representation of color #FBE8F1: hue angle of 331.58º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBE8F1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251232241-
CMYK00.080.040.02
HSL331.58º70.37%94.71%-
HSV(B)331.58º7.57%98.43%-
XYZ84.5284.5795.09-
YUV238.71129.29136.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 232 (91.02% from 255) = 32.04%
BLUE value IS 241 (94.53% from 255) = 33.29%
R=34.67%
G=32.04%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123224100.080.040.02331.5870.3794.71
HexFBE8F1084214c465f
Octal37335036101042514106137
Binary111110111110100011110001010001001010100110010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8F1; }

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

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

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

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

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

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

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

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