#FBF7FD

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

Shades of Magnolia #FBF7FD

Tints of Magnolia #FBF7FD

Color information

#FBF7FD (or 0xFBF7FD) is unknown color: approx Magnolia. HEX triplet: FB, F7 and FD. RGB value is (251,247,253). Sum of RGB (Red+Green+Blue) = 251+247+253=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 247 (96.88% from 255 or 32.89% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7FD is #040802. Grayscale: #F8F8F8. Windows color (decimal): -264195 or 16644091. OLE color: 16644091.

HSL color Cylindrical-coordinate representation of color #FBF7FD: hue angle of 280º degrees, saturation: 0.6, 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 #FBF7FD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251247253-
CMYK0.010.0200.01
HSL280º60%98.04%-
HSV(B)280º2.37%99.22%-
XYZ90.7794.12106.31-
YUV248.88130.33129.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.42%
GREEN value IS 247 (96.88% from 255) = 32.89%
BLUE value IS 253 (99.22% from 255) = 33.69%
R=33.42%
G=32.89%
B=33.69%

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
Decimal2512472530.010.0200.012806098.04
HexFBF7FD12011183c62
Octal373367375120143074142
Binary111110111111011111111101110011000110001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7FD; }

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

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

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

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

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

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

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

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