#FBF7FA

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

Shades of Lavender Blush #FBF7FA

Tints of Lavender Blush #FBF7FA

Color information

#FBF7FA (or 0xFBF7FA) is unknown color: approx Lavender Blush. HEX triplet: FB, F7 and FA. RGB value is (251,247,250). Sum of RGB (Red+Green+Blue) = 251+247+250=748 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.56% from 748); Green value is 247 (96.88% from 255 or 33.02% from 748); Blue value is 250 (98.05% from 255 or 33.42% from 748); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7FA is #040805. Grayscale: #F8F8F8. Windows color (decimal): -264198 or 16447483. OLE color: 16447483.

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

Color convert

RGB251247250-
CMYK00.020.000.02
HSL315º33.33%97.65%-
HSV(B)315º1.59%98.43%-
XYZ90.393.93103.81-
YUV248.54128.83129.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.56%
GREEN value IS 247 (96.88% from 255) = 33.02%
BLUE value IS 250 (98.05% from 255) = 33.42%
R=33.56%
G=33.02%
B=33.42%

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
Decimal25124725000.020.000.0231533.3397.65
HexFBF7FA020213b2162
Octal373367372020247341142
Binary1111101111110111111110100100101001110111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7FA; }

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

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

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

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

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

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

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

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