#FBF8FE

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

Shades of Magnolia #FBF8FE

Tints of Magnolia #FBF8FE

Color information

#FBF8FE (or 0xFBF8FE) is unknown color: approx Magnolia. HEX triplet: FB, F8 and FE. RGB value is (251,248,254). Sum of RGB (Red+Green+Blue) = 251+248+254=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 248 (97.27% from 255 or 32.93% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8FE is #040701. Grayscale: #F9F9F9. Windows color (decimal): -263938 or 16709883. OLE color: 16709883.

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

Color convert

RGB251248254-
CMYK0.010.0200.00
HSL270º75%98.43%-
HSV(B)270º2.36%99.61%-
XYZ91.2494.8107.26-
YUV249.58130.49129.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.33%
GREEN value IS 248 (97.27% from 255) = 32.93%
BLUE value IS 254 (99.61% from 255) = 33.73%
R=33.33%
G=32.93%
B=33.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512482540.010.0200.002707598.43
HexFBF8FE120010e4b62
Octal3733703761200416113142
Binary1111101111111000111111101100010000111010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8FE; }

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

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

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

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

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

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

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

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