#FEFCFF

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

Shades of Magnolia #FEFCFF

Tints of Magnolia #FEFCFF

Color information

#FEFCFF (or 0xFEFCFF) is unknown color: approx Magnolia. HEX triplet: FE, FC and FF. RGB value is (254,252,255). Sum of RGB (Red+Green+Blue) = 254+252+255=761 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.38% from 761); Green value is 252 (98.83% from 255 or 33.11% from 761); Blue value is 255 (100% from 255 or 33.51% from 761); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFF is #010300. Grayscale: #FCFCFC. Windows color (decimal): -66305 or 16776446. OLE color: 16776446.

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

Color convert

RGB254252255-
CMYK0.000.0100
HSL280º100%99.41%-
HSV(B)280º1.18%100%-
XYZ93.7397.91108.57-
YUV252.94129.16128.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.38%
GREEN value IS 252 (98.83% from 255) = 33.11%
BLUE value IS 255 (100% 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
SystemRedGreenBlueCMYKHSL
Decimal2542522550.000.010028010099.41
HexFEFCFF01001186463
Octal3763743770100430144143
Binary111111101111110011111111010010001100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCFF; }

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

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

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

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

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

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

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

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