#FBEFF5

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

Shades of Lavender Blush #FBEFF5

Tints of Lavender Blush #FBEFF5

Color information

#FBEFF5 (or 0xFBEFF5) is unknown color: approx Lavender Blush. HEX triplet: FB, EF and F5. RGB value is (251,239,245). Sum of RGB (Red+Green+Blue) = 251+239+245=735 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.15% from 735); Green value is 239 (93.75% from 255 or 32.52% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF5 is #04100A. Grayscale: #F3F3F3. Windows color (decimal): -266251 or 16117755. OLE color: 16117755.

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

Color convert

RGB251239245-
CMYK00.050.020.02
HSL330º60%96.08%-
HSV(B)330º4.78%98.43%-
XYZ87.1388.8398.94-
YUV243.27128.98133.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.15%
GREEN value IS 239 (93.75% from 255) = 32.52%
BLUE value IS 245 (96.09% from 255) = 33.33%
R=34.15%
G=32.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123924500.050.020.023306096.08
HexFBEFF5052214a3c60
Octal373357365052251274140
Binary111110111110111111110101010110101010010101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFF5; }

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

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

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

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

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

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

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

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