#FDFAFF

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

Shades of Magnolia #FDFAFF

Tints of Magnolia #FDFAFF

Color information

#FDFAFF (or 0xFDFAFF) is unknown color: approx Magnolia. HEX triplet: FD, FA and FF. RGB value is (253,250,255). Sum of RGB (Red+Green+Blue) = 253+250+255=758 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.38% from 758); Green value is 250 (98.05% from 255 or 32.98% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFF is #020500. Grayscale: #FBFBFB. Windows color (decimal): -132353 or 16775933. OLE color: 16775933.

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

Color convert

RGB253250255-
CMYK0.010.0200
HSL276º100%99.02%-
HSV(B)276º1.96%100%-
XYZ92.7496.47108.34-
YUV251.47129.99129.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 32.98%
BLUE value IS 255 (100% from 255) = 33.64%
R=33.38%
G=32.98%
B=33.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532502550.010.020027610099.02
HexFDFAFF12001146463
Octal3753723771200424144143
Binary1111110111111010111111111100010001010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAFF; }

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

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

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

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

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

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

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

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