#FEFDFF

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

Shades of Magnolia #FEFDFF

Tints of Magnolia #FEFDFF

Color information

#FEFDFF (or 0xFEFDFF) is unknown color: approx Magnolia. HEX triplet: FE, FD and FF. RGB value is (254,253,255). Sum of RGB (Red+Green+Blue) = 254+253+255=762 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.33% from 762); Green value is 253 (99.22% from 255 or 33.20% from 762); Blue value is 255 (100% from 255 or 33.46% from 762); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFF is #010200. Grayscale: #FDFDFD. Windows color (decimal): -66049 or 16776702. OLE color: 16776702.

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

Color convert

RGB254253255-
CMYK0.000.0100
HSL270º100%99.61%-
HSV(B)270º0.78%100%-
XYZ94.0598.54108.67-
YUV253.53128.83128.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 33.20%
BLUE value IS 255 (100% from 255) = 33.46%
R=33.33%
G=33.20%
B=33.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542532550.000.010027010099.61
HexFEFDFF010010e6464
Octal3763753770100416144144
Binary111111101111110111111111010010000111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDFF; }

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

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

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

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

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

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

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

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