#FBF4FE

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

Shades of Magnolia #FBF4FE

Tints of Magnolia #FBF4FE

Color information

#FBF4FE (or 0xFBF4FE) is unknown color: approx Magnolia. HEX triplet: FB, F4 and FE. RGB value is (251,244,254). Sum of RGB (Red+Green+Blue) = 251+244+254=749 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.51% from 749); Green value is 244 (95.70% from 255 or 32.58% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4FE is #040B01. Grayscale: #F7F7F7. Windows color (decimal): -264962 or 16708859. OLE color: 16708859.

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

Color convert

RGB251244254-
CMYK0.010.0400.00
HSL282º83.33%97.65%-
HSV(B)282º3.94%99.61%-
XYZ90.0292.37106.85-
YUV247.23131.82130.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.51%
GREEN value IS 244 (95.70% from 255) = 32.58%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=33.51%
G=32.58%
B=33.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512442540.010.0400.0028283.3397.65
HexFBF4FE140011a5362
Octal3733643761400432123142
Binary11111011111101001111111011000010001101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4FE; }

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

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

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

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

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

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

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

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