#FBF5FA

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

Shades of Lavender Blush #FBF5FA

Tints of Lavender Blush #FBF5FA

Color information

#FBF5FA (or 0xFBF5FA) is unknown color: approx Lavender Blush. HEX triplet: FB, F5 and FA. RGB value is (251,245,250). Sum of RGB (Red+Green+Blue) = 251+245+250=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 245 (96.09% from 255 or 32.84% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5FA is #040A05. Grayscale: #F7F7F7. Windows color (decimal): -264710 or 16446971. OLE color: 16446971.

HSL color Cylindrical-coordinate representation of color #FBF5FA: hue angle of 310º degrees, saturation: 0.43, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBF5FA is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251245250-
CMYK00.020.000.02
HSL310º42.86%97.25%-
HSV(B)310º2.39%98.43%-
XYZ89.6992.72103.61-
YUV247.36129.49130.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 245 (96.09% from 255) = 32.84%
BLUE value IS 250 (98.05% from 255) = 33.51%
R=33.65%
G=32.84%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124525000.020.000.0231042.8697.25
HexFBF5FA02021362b61
Octal373365372020246653141
Binary1111101111110101111110100100101001101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5FA; }

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

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

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

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

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

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

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

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