#FBF5FE

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

Shades of Magnolia #FBF5FE

Tints of Magnolia #FBF5FE

Color information

#FBF5FE (or 0xFBF5FE) is unknown color: approx Magnolia. HEX triplet: FB, F5 and FE. RGB value is (251,245,254). Sum of RGB (Red+Green+Blue) = 251+245+254=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 245 (96.09% from 255 or 32.67% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5FE is #040A01. Grayscale: #F7F7F7. Windows color (decimal): -264706 or 16709115. OLE color: 16709115.

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

Color convert

RGB251245254-
CMYK0.010.0400.00
HSL280º81.82%97.84%-
HSV(B)280º3.54%99.61%-
XYZ90.3392.97106.95-
YUV247.82131.49130.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.47%
GREEN value IS 245 (96.09% from 255) = 32.67%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=33.47%
G=32.67%
B=33.87%

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
Decimal2512452540.010.0400.0028081.8297.84
HexFBF5FE14001185262
Octal3733653761400430122142
Binary11111011111101011111111011000010001100010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5FE; }

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

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

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

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

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

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

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

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