#FBF3FF

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

Shades of Magnolia #FBF3FF

Tints of Magnolia #FBF3FF

Color information

#FBF3FF (or 0xFBF3FF) is unknown color: approx Magnolia. HEX triplet: FB, F3 and FF. RGB value is (251,243,255). Sum of RGB (Red+Green+Blue) = 251+243+255=749 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.51% from 749); Green value is 243 (95.31% from 255 or 32.44% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3FF is #040C00. Grayscale: #F6F6F6. Windows color (decimal): -265217 or 16774139. OLE color: 16774139.

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

Color convert

RGB251243255-
CMYK0.020.0500
HSL280º100%97.65%-
HSV(B)280º4.71%100%-
XYZ89.8891.83107.6-
YUV246.76132.65131.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.51%
GREEN value IS 243 (95.31% from 255) = 32.44%
BLUE value IS 255 (100% from 255) = 34.05%
R=33.51%
G=32.44%
B=34.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512432550.020.050028010097.65
HexFBF3FF25001186462
Octal3733633772500430144142
Binary111110111111001111111111101010010001100011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3FF; }

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

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

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

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

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

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

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

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