#FBF9FF

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

Shades of Magnolia #FBF9FF

Tints of Magnolia #FBF9FF

Color information

#FBF9FF (or 0xFBF9FF) is unknown color: approx Magnolia. HEX triplet: FB, F9 and FF. RGB value is (251,249,255). Sum of RGB (Red+Green+Blue) = 251+249+255=755 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.25% from 755); Green value is 249 (97.66% from 255 or 32.98% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9FF is #040600. Grayscale: #FAFAFA. Windows color (decimal): -263681 or 16775675. OLE color: 16775675.

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

Color convert

RGB251249255-
CMYK0.020.0200
HSL260º100%98.82%-
HSV(B)260º2.35%100%-
XYZ91.7195.48108.2-
YUV250.28130.66128.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.25%
GREEN value IS 249 (97.66% from 255) = 32.98%
BLUE value IS 255 (100% from 255) = 33.77%
R=33.25%
G=32.98%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512492550.020.020026010098.82
HexFBF9FF22001046463
Octal3733713772200404144143
Binary11111011111110011111111110100010000010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9FF; }

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

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

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

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

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

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

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

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