#FBF9FE

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

Shades of Magnolia #FBF9FE

Tints of Magnolia #FBF9FE

Color information

#FBF9FE (or 0xFBF9FE) is unknown color: approx Magnolia. HEX triplet: FB, F9 and FE. RGB value is (251,249,254). Sum of RGB (Red+Green+Blue) = 251+249+254=754 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.29% from 754); Green value is 249 (97.66% from 255 or 33.02% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FE is #040601. Grayscale: #FAFAFA. Windows color (decimal): -263682 or 16710139. OLE color: 16710139.

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

Color convert

RGB251249254-
CMYK0.010.0200.00
HSL264º71.43%98.63%-
HSV(B)264º1.97%99.61%-
XYZ91.5595.42107.36-
YUV250.17130.16128.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.29%
GREEN value IS 249 (97.66% from 255) = 33.02%
BLUE value IS 254 (99.61% from 255) = 33.69%
R=33.29%
G=33.02%
B=33.69%

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
Decimal2512492540.010.0200.0026471.4398.63
HexFBF9FE12001084763
Octal3733713761200410107143
Binary1111101111111001111111101100010000100010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9FE; }

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

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

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

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

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

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

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

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