#FBF7FF

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

Shades of Magnolia #FBF7FF

Tints of Magnolia #FBF7FF

Color information

#FBF7FF (or 0xFBF7FF) is unknown color: approx Magnolia. HEX triplet: FB, F7 and FF. RGB value is (251,247,255). Sum of RGB (Red+Green+Blue) = 251+247+255=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 247 (96.88% from 255 or 32.80% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7FF is #040800. Grayscale: #F9F9F9. Windows color (decimal): -264193 or 16775163. OLE color: 16775163.

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

Color convert

RGB251247255-
CMYK0.020.0300
HSL270º100%98.43%-
HSV(B)270º3.14%100%-
XYZ91.0994.25108-
YUV249.11131.33129.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.33%
GREEN value IS 247 (96.88% from 255) = 32.80%
BLUE value IS 255 (100% from 255) = 33.86%
R=33.33%
G=32.80%
B=33.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512472550.020.030027010098.43
HexFBF7FF230010e6462
Octal3733673772300416144142
Binary11111011111101111111111110110010000111011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7FF; }

 p { color: rgb(251,247,255); }

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

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

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

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

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

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

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