#FBF7FE

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

Shades of Magnolia #FBF7FE

Tints of Magnolia #FBF7FE

Color information

#FBF7FE (or 0xFBF7FE) is unknown color: approx Magnolia. HEX triplet: FB, F7 and FE. RGB value is (251,247,254). Sum of RGB (Red+Green+Blue) = 251+247+254=752 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.38% from 752); Green value is 247 (96.88% from 255 or 32.85% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7FE is #040801. Grayscale: #F8F8F8. Windows color (decimal): -264194 or 16709627. OLE color: 16709627.

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

Color convert

RGB251247254-
CMYK0.010.0300.00
HSL274.29º77.78%98.24%-
HSV(B)274.29º2.76%99.61%-
XYZ90.9394.19107.15-
YUV248.99130.83129.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.38%
GREEN value IS 247 (96.88% from 255) = 32.85%
BLUE value IS 254 (99.61% from 255) = 33.78%
R=33.38%
G=32.85%
B=33.78%

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
Decimal2512472540.010.0300.00274.2977.7898.24
HexFBF7FE13001124e62
Octal3733673761300422116142
Binary1111101111110111111111101110010001001010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7FE; }

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

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

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

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

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

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

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

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