#FBEBF2

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

Shades of Lavender Blush #FBEBF2

Tints of Lavender Blush #FBEBF2

Color information

#FBEBF2 (or 0xFBEBF2) is unknown color: approx Lavender Blush. HEX triplet: FB, EB and F2. RGB value is (251,235,242). Sum of RGB (Red+Green+Blue) = 251+235+242=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBF2 is #04140D. Grayscale: #F0F0F0. Windows color (decimal): -267278 or 15920123. OLE color: 15920123.

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

Color convert

RGB251235242-
CMYK00.060.040.02
HSL333.75º66.67%95.29%-
HSV(B)333.75º6.37%98.43%-
XYZ85.5286.3496.16-
YUV240.58128.8135.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 235 (92.19% from 255) = 32.28%
BLUE value IS 242 (94.92% from 255) = 33.24%
R=34.48%
G=32.28%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123524200.060.040.02333.7566.6795.29
HexFBEBF2064214e435f
Octal3733533620642516103137
Binary11111011111010111111001001101001010100111010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBF2; }

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

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

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

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

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

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

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

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