#FDFBFF

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

Shades of Magnolia #FDFBFF

Tints of Magnolia #FDFBFF

Color information

#FDFBFF (or 0xFDFBFF) is unknown color: approx Magnolia. HEX triplet: FD, FB and FF. RGB value is (253,251,255). Sum of RGB (Red+Green+Blue) = 253+251+255=759 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.33% from 759); Green value is 251 (98.44% from 255 or 33.07% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBFF is #020400. Grayscale: #FCFCFC. Windows color (decimal): -132097 or 16776189. OLE color: 16776189.

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

Color convert

RGB253251255-
CMYK0.010.0200
HSL270º100%99.22%-
HSV(B)270º1.57%100%-
XYZ93.0697.1108.44-
YUV252.05129.66128.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.33%
GREEN value IS 251 (98.44% from 255) = 33.07%
BLUE value IS 255 (100% from 255) = 33.60%
R=33.33%
G=33.07%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532512550.010.020027010099.22
HexFDFBFF120010e6463
Octal3753733771200416144143
Binary1111110111111011111111111100010000111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBFF; }

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

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

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

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

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

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

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

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