#FBF6FF

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

Shades of Magnolia #FBF6FF

Tints of Magnolia #FBF6FF

Color information

#FBF6FF (or 0xFBF6FF) is unknown color: approx Magnolia. HEX triplet: FB, F6 and FF. RGB value is (251,246,255). Sum of RGB (Red+Green+Blue) = 251+246+255=752 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.38% from 752); Green value is 246 (96.48% from 255 or 32.71% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6FF is #040900. Grayscale: #F8F8F8. Windows color (decimal): -264449 or 16774907. OLE color: 16774907.

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

Color convert

RGB251246255-
CMYK0.020.0400
HSL273.33º100%98.24%-
HSV(B)273.33º3.53%100%-
XYZ90.7993.64107.9-
YUV248.52131.66129.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.38%
GREEN value IS 246 (96.48% from 255) = 32.71%
BLUE value IS 255 (100% from 255) = 33.91%
R=33.38%
G=32.71%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512462550.020.0400273.3310098.24
HexFBF6FF24001116462
Octal3733663772400421144142
Binary111110111111011011111111101000010001000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6FF; }

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

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

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

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

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

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

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

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