#FBF8FD

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

Shades of Magnolia #FBF8FD

Tints of Magnolia #FBF8FD

Color information

#FBF8FD (or 0xFBF8FD) is unknown color: approx Magnolia. HEX triplet: FB, F8 and FD. RGB value is (251,248,253). Sum of RGB (Red+Green+Blue) = 251+248+253=752 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.38% from 752); Green value is 248 (97.27% from 255 or 32.98% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8FD is #040702. Grayscale: #F9F9F9. Windows color (decimal): -263939 or 16644347. OLE color: 16644347.

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

Color convert

RGB251248253-
CMYK0.010.0200.01
HSL276º55.56%98.24%-
HSV(B)276º1.98%99.22%-
XYZ91.0894.74106.41-
YUV249.47129.99129.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.38%
GREEN value IS 248 (97.27% from 255) = 32.98%
BLUE value IS 253 (99.22% from 255) = 33.64%
R=33.38%
G=32.98%
B=33.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512482530.010.0200.0127655.5698.24
HexFBF8FD12011143862
Octal373370375120142470142
Binary111110111111100011111101110011000101001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8FD; }

 p { color: rgb(251,248,253); }

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

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

 a { background-color: rgb(251,248,253); }

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

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

 span { border-color: rgb(251,248,253); }

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