#FDFBFE

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

Shades of Magnolia #FDFBFE

Tints of Magnolia #FDFBFE

Color information

#FDFBFE (or 0xFDFBFE) is unknown color: approx Magnolia. HEX triplet: FD, FB and FE. RGB value is (253,251,254). Sum of RGB (Red+Green+Blue) = 253+251+254=758 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.38% from 758); Green value is 251 (98.44% from 255 or 33.11% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBFE is #020401. Grayscale: #FBFBFB. Windows color (decimal): -132098 or 16710653. OLE color: 16710653.

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

Color convert

RGB253251254-
CMYK0.000.0100.00
HSL280º60%99.02%-
HSV(B)280º1.18%99.61%-
XYZ92.8997.03107.6-
YUV251.94129.16128.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 33.11%
BLUE value IS 254 (99.61% from 255) = 33.51%
R=33.38%
G=33.11%
B=33.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532512540.000.0100.002806099.02
HexFDFBFE01001183c63
Octal375373376010043074143
Binary11111101111110111111111001001000110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBFE; }

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

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

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

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

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

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

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

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