#FBFAFC

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

Shades of Magnolia #FBFAFC

Tints of Magnolia #FBFAFC

Color information

#FBFAFC (or 0xFBFAFC) is unknown color: approx Magnolia. HEX triplet: FB, FA and FC. RGB value is (251,250,252). Sum of RGB (Red+Green+Blue) = 251+250+252=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAFC is #040503. Grayscale: #FAFAFA. Windows color (decimal): -263428 or 16579323. OLE color: 16579323.

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

Color convert

RGB251250252-
CMYK0.000.0100.01
HSL270º25%98.43%-
HSV(B)270º0.79%98.82%-
XYZ91.5495.91105.78-
YUV250.53128.83128.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 33.20%
BLUE value IS 252 (98.83% from 255) = 33.47%
R=33.33%
G=33.20%
B=33.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512502520.000.0100.012702598.43
HexFBFAFC010110e1962
Octal373372374010141631142
Binary1111101111111010111111000101100001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAFC; }

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

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

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

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

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

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

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

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