#FDFCFF

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

Shades of Magnolia #FDFCFF

Tints of Magnolia #FDFCFF

Color information

#FDFCFF (or 0xFDFCFF) is unknown color: approx Magnolia. HEX triplet: FD, FC and FF. RGB value is (253,252,255). Sum of RGB (Red+Green+Blue) = 253+252+255=760 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.29% from 760); Green value is 252 (98.83% from 255 or 33.16% from 760); Blue value is 255 (100% from 255 or 33.55% from 760); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCFF is #020300. Grayscale: #FCFCFC. Windows color (decimal): -131841 or 16776445. OLE color: 16776445.

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

Color convert

RGB253252255-
CMYK0.010.0100
HSL260º100%99.41%-
HSV(B)260º1.18%100%-
XYZ93.3797.72108.55-
YUV252.64129.33128.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.29%
GREEN value IS 252 (98.83% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 33.55%
R=33.29%
G=33.16%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532522550.010.010026010099.41
HexFDFCFF11001046463
Octal3753743771100404144143
Binary111111011111110011111111110010000010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCFF; }

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

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

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

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

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

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

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

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