#FBF9FD

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

Shades of Magnolia #FBF9FD

Tints of Magnolia #FBF9FD

Color information

#FBF9FD (or 0xFBF9FD) is unknown color: approx Magnolia. HEX triplet: FB, F9 and FD. RGB value is (251,249,253). Sum of RGB (Red+Green+Blue) = 251+249+253=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FD is #040602. Grayscale: #FAFAFA. Windows color (decimal): -263683 or 16644603. OLE color: 16644603.

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

Color convert

RGB251249253-
CMYK0.010.0200.01
HSL270º50%98.43%-
HSV(B)270º1.58%99.22%-
XYZ91.3995.35106.52-
YUV250.05129.66128.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.33%
GREEN value IS 249 (97.66% from 255) = 33.07%
BLUE value IS 253 (99.22% from 255) = 33.60%
R=33.33%
G=33.07%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512492530.010.0200.012705098.43
HexFBF9FD120110e3262
Octal373371375120141662142
Binary111110111111100111111101110011000011101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9FD; }

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

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

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

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

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

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

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

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