#FBF9FA

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

Shades of Lavender Blush #FBF9FA

Tints of Lavender Blush #FBF9FA

Color information

#FBF9FA (or 0xFBF9FA) is unknown color: approx Lavender Blush. HEX triplet: FB, F9 and FA. RGB value is (251,249,250). Sum of RGB (Red+Green+Blue) = 251+249+250=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FA is #040605. Grayscale: #F9F9F9. Windows color (decimal): -263686 or 16447995. OLE color: 16447995.

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

Color convert

RGB251249250-
CMYK00.010.000.02
HSL330º20%98.04%-
HSV(B)330º0.8%98.43%-
XYZ90.9195.16104.02-
YUV249.71128.16128.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.47%
GREEN value IS 249 (97.66% from 255) = 33.2%
BLUE value IS 250 (98.05% from 255) = 33.33%
R=33.47%
G=33.2%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124925000.010.000.023302098.04
HexFBF9FA010214a1462
Octal373371372010251224142
Binary11111011111110011111101001010101001010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9FA; }

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

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

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

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

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

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

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

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