#FBF6FE

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

Shades of Magnolia #FBF6FE

Tints of Magnolia #FBF6FE

Color information

#FBF6FE (or 0xFBF6FE) is unknown color: approx Magnolia. HEX triplet: FB, F6 and FE. RGB value is (251,246,254). Sum of RGB (Red+Green+Blue) = 251+246+254=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 246 (96.48% from 255 or 32.76% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6FE is #040901. Grayscale: #F8F8F8. Windows color (decimal): -264450 or 16709371. OLE color: 16709371.

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

Color convert

RGB251246254-
CMYK0.010.0300.00
HSL277.5º80%98.04%-
HSV(B)277.5º3.15%99.61%-
XYZ90.6393.58107.05-
YUV248.41131.16129.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.42%
GREEN value IS 246 (96.48% from 255) = 32.76%
BLUE value IS 254 (99.61% from 255) = 33.82%
R=33.42%
G=32.76%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512462540.010.0300.00277.58098.04
HexFBF6FE13001165062
Octal3733663761300426120142
Binary1111101111110110111111101110010001011010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6FE; }

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

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

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

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

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

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

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

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