#FBFAFD

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

Shades of Magnolia #FBFAFD

Tints of Magnolia #FBFAFD

Color information

#FBFAFD (or 0xFBFAFD) is unknown color: approx Magnolia. HEX triplet: FB, FA and FD. RGB value is (251,250,253). Sum of RGB (Red+Green+Blue) = 251+250+253=754 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.29% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAFD is #040502. Grayscale: #FAFAFA. Windows color (decimal): -263427 or 16644859. OLE color: 16644859.

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

Color convert

RGB251250253-
CMYK0.010.0100.01
HSL260º42.86%98.63%-
HSV(B)260º1.19%99.22%-
XYZ91.795.97106.62-
YUV250.64129.33128.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.29%
GREEN value IS 250 (98.05% from 255) = 33.16%
BLUE value IS 253 (99.22% from 255) = 33.55%
R=33.29%
G=33.16%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512502530.010.0100.0126042.8698.63
HexFBFAFD11011042b63
Octal373372375110140453143
Binary11111011111110101111110111011000001001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAFD; }

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

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

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

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

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

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

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

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