#FBF2FF

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

Shades of Magnolia #FBF2FF

Tints of Magnolia #FBF2FF

Color information

#FBF2FF (or 0xFBF2FF) is unknown color: approx Magnolia. HEX triplet: FB, F2 and FF. RGB value is (251,242,255). Sum of RGB (Red+Green+Blue) = 251+242+255=748 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.56% from 748); Green value is 242 (94.92% from 255 or 32.35% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2FF is #040D00. Grayscale: #F6F6F6. Windows color (decimal): -265473 or 16773883. OLE color: 16773883.

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

Color convert

RGB251242255-
CMYK0.020.0500
HSL281.54º100%97.45%-
HSV(B)281.54º5.1%100%-
XYZ89.5991.23107.5-
YUV246.17132.98131.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.56%
GREEN value IS 242 (94.92% from 255) = 32.35%
BLUE value IS 255 (100% from 255) = 34.09%
R=33.56%
G=32.35%
B=34.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512422550.020.0500281.5410097.45
HexFBF2FF250011a6461
Octal3733623772500432144141
Binary111110111111001011111111101010010001101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2FF; }

 p { color: rgb(251,242,255); }

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

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

 a { background-color: rgb(251,242,255); }

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

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

 span { border-color: rgb(251,242,255); }

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