#FBEFF2

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

Shades of Lavender Blush #FBEFF2

Tints of Lavender Blush #FBEFF2

Color information

#FBEFF2 (or 0xFBEFF2) is unknown color: approx Lavender Blush. HEX triplet: FB, EF and F2. RGB value is (251,239,242). Sum of RGB (Red+Green+Blue) = 251+239+242=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 239 (93.75% from 255 or 32.65% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF2 is #04100D. Grayscale: #F2F2F2. Windows color (decimal): -266254 or 15921147. OLE color: 15921147.

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

Color convert

RGB251239242-
CMYK00.050.040.02
HSL345º60%96.08%-
HSV(B)345º4.78%98.43%-
XYZ86.6888.6596.55-
YUV242.93127.48133.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 239 (93.75% from 255) = 32.65%
BLUE value IS 242 (94.92% from 255) = 33.06%
R=34.29%
G=32.65%
B=33.06%

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
Decimal25123924200.050.040.023456096.08
HexFBEFF205421593c60
Octal373357362054253174140
Binary1111101111101111111100100101100101010110011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFF2; }

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

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

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

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

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

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

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

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