#FBF1FF

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

Shades of Magnolia #FBF1FF

Tints of Magnolia #FBF1FF

Color information

#FBF1FF (or 0xFBF1FF) is unknown color: approx Magnolia. HEX triplet: FB, F1 and FF. RGB value is (251,241,255). Sum of RGB (Red+Green+Blue) = 251+241+255=747 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.60% from 747); Green value is 241 (94.53% from 255 or 32.26% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1FF is #040E00. Grayscale: #F5F5F5. Windows color (decimal): -265729 or 16773627. OLE color: 16773627.

HSL color Cylindrical-coordinate representation of color #FBF1FF: hue angle of 282.86º 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 #FBF1FF is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251241255-
CMYK0.020.0500
HSL282.86º100%97.25%-
HSV(B)282.86º5.49%100%-
XYZ89.2990.64107.4-
YUV245.59133.31131.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.60%
GREEN value IS 241 (94.53% from 255) = 32.26%
BLUE value IS 255 (100% from 255) = 34.14%
R=33.60%
G=32.26%
B=34.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512412550.020.0500282.8610097.25
HexFBF1FF250011b6461
Octal3733613772500433144141
Binary111110111111000111111111101010010001101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1FF; }

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

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

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

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

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

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

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

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