#FBEBF4

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

Shades of Lavender Blush #FBEBF4

Tints of Lavender Blush #FBEBF4

Color information

#FBEBF4 (or 0xFBEBF4) is unknown color: approx Lavender Blush. HEX triplet: FB, EB and F4. RGB value is (251,235,244). Sum of RGB (Red+Green+Blue) = 251+235+244=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 235 (92.19% from 255 or 32.19% from 730); Blue value is 244 (95.70% from 255 or 33.42% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBF4 is #04140B. Grayscale: #F0F0F0. Windows color (decimal): -267276 or 16051195. OLE color: 16051195.

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

Color convert

RGB251235244-
CMYK00.060.030.02
HSL326.25º66.67%95.29%-
HSV(B)326.25º6.37%98.43%-
XYZ85.8286.4697.75-
YUV240.81129.8135.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 235 (92.19% from 255) = 32.19%
BLUE value IS 244 (95.70% from 255) = 33.42%
R=34.38%
G=32.19%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123524400.060.030.02326.2566.6795.29
HexFBEBF40632146435f
Octal3733533640632506103137
Binary1111101111101011111101000110111010100011010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBF4; }

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

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

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

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

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

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

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

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