#FBF6FD

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

Shades of Magnolia #FBF6FD

Tints of Magnolia #FBF6FD

Color information

#FBF6FD (or 0xFBF6FD) is unknown color: approx Magnolia. HEX triplet: FB, F6 and FD. RGB value is (251,246,253). Sum of RGB (Red+Green+Blue) = 251+246+253=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 246 (96.48% from 255 or 32.8% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6FD is #040902. Grayscale: #F8F8F8. Windows color (decimal): -264451 or 16643835. OLE color: 16643835.

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

Color convert

RGB251246253-
CMYK0.010.0300.01
HSL282.86º63.64%97.84%-
HSV(B)282.86º2.77%99.22%-
XYZ90.4793.51106.21-
YUV248.29130.66129.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.47%
GREEN value IS 246 (96.48% from 255) = 32.8%
BLUE value IS 253 (99.22% from 255) = 33.73%
R=33.47%
G=32.8%
B=33.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512462530.010.0300.01282.8663.6497.84
HexFBF6FD130111b4062
Octal3733663751301433100142
Binary1111101111110110111111011110110001101110000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6FD; }

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

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

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

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

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

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

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

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