#FBEFF1

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

Shades of Lavender Blush #FBEFF1

Tints of Lavender Blush #FBEFF1

Color information

#FBEFF1 (or 0xFBEFF1) is unknown color: approx Lavender Blush. HEX triplet: FB, EF and F1. RGB value is (251,239,241). Sum of RGB (Red+Green+Blue) = 251+239+241=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 241 (94.53% from 255 or 32.97% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF1 is #04100E. Grayscale: #F2F2F2. Windows color (decimal): -266255 or 15855611. OLE color: 15855611.

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

Color convert

RGB251239241-
CMYK00.050.040.02
HSL350º60%96.08%-
HSV(B)350º4.78%98.43%-
XYZ86.5388.5995.76-
YUV242.82126.98133.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 239 (93.75% from 255) = 32.69%
BLUE value IS 241 (94.53% from 255) = 32.97%
R=34.34%
G=32.69%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123924100.050.040.023506096.08
HexFBEFF1054215e3c60
Octal373357361054253674140
Binary1111101111101111111100010101100101010111101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFF1; }

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

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

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

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

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

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

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

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