#FBFAFA

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

Shades of Snow #FBFAFA

Tints of Snow #FBFAFA

Color information

#FBFAFA (or 0xFBFAFA) is unknown color: approx Snow. HEX triplet: FB, FA and FA. RGB value is (251,250,250). Sum of RGB (Red+Green+Blue) = 251+250+250=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAFA is #040505. Grayscale: #FAFAFA. Windows color (decimal): -263430 or 16448251. OLE color: 16448251.

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

Color convert

RGB251250250-
CMYK00.000.000.02
HSL11.11%98.24%-
HSV(B)0.4%98.43%-
XYZ91.2295.78104.12-
YUV250.3127.83128.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.42%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 250 (98.05% from 255) = 33.29%
R=33.42%
G=33.29%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125025000.000.000.02011.1198.24
HexFBFAFA00020b62
Octal3733723720002013142
Binary11111011111110101111101000010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAFA; }

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

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

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

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

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

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

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

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