#FEFAFF

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

Shades of Magnolia #FEFAFF

Tints of Magnolia #FEFAFF

Color information

#FEFAFF (or 0xFEFAFF) is unknown color: approx Magnolia. HEX triplet: FE, FA and FF. RGB value is (254,250,255). Sum of RGB (Red+Green+Blue) = 254+250+255=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 250 (98.05% from 255 or 32.94% 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 #FEFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAFF is #010500. Grayscale: #FBFBFB. Windows color (decimal): -66817 or 16775934. OLE color: 16775934.

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

Color convert

RGB254250255-
CMYK0.000.0200
HSL288º100%99.02%-
HSV(B)288º1.96%100%-
XYZ93.1196.66108.36-
YUV251.77129.83129.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 32.94%
BLUE value IS 255 (100% from 255) = 33.60%
R=33.47%
G=32.94%
B=33.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542502550.000.020028810099.02
HexFEFAFF02001206463
Octal3763723770200440144143
Binary1111111011111010111111110100010010000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAFF; }

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

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

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

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

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

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

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

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