#FBF8FF

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

Shades of Magnolia #FBF8FF

Tints of Magnolia #FBF8FF

Color information

#FBF8FF (or 0xFBF8FF) is unknown color: approx Magnolia. HEX triplet: FB, F8 and FF. RGB value is (251,248,255). Sum of RGB (Red+Green+Blue) = 251+248+255=754 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.29% from 754); Green value is 248 (97.27% from 255 or 32.89% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8FF is #040700. Grayscale: #F9F9F9. Windows color (decimal): -263937 or 16775419. OLE color: 16775419.

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

Color convert

RGB251248255-
CMYK0.020.0300
HSL265.71º100%98.63%-
HSV(B)265.71º2.75%100%-
XYZ91.494.86108.1-
YUV249.7130.99128.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.29%
GREEN value IS 248 (97.27% from 255) = 32.89%
BLUE value IS 255 (100% from 255) = 33.82%
R=33.29%
G=32.89%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512482550.020.0300265.7110098.63
HexFBF8FF230010a6463
Octal3733703772300412144143
Binary11111011111110001111111110110010000101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8FF; }

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

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

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

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

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

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

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

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