#FBF0FF

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

Shades of Magnolia #FBF0FF

Tints of Magnolia #FBF0FF

Color information

#FBF0FF (or 0xFBF0FF) is unknown color: approx Magnolia. HEX triplet: FB, F0 and FF. RGB value is (251,240,255). Sum of RGB (Red+Green+Blue) = 251+240+255=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 240 (94.14% from 255 or 32.17% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0FF is #040F00. Grayscale: #F4F4F4. Windows color (decimal): -265985 or 16773371. OLE color: 16773371.

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

Color convert

RGB251240255-
CMYK0.020.0600
HSL284º100%97.06%-
HSV(B)284º5.88%100%-
XYZ88.9990.05107.3-
YUV245133.64132.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 240 (94.14% from 255) = 32.17%
BLUE value IS 255 (100% from 255) = 34.18%
R=33.65%
G=32.17%
B=34.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512402550.020.060028410097.06
HexFBF0FF260011c6461
Octal3733603772600434144141
Binary111110111111000011111111101100010001110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0FF; }

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

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

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

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

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

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

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

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