#FEFAD6

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

Shades of White Nectar #FEFAD6

Tints of White Nectar #FEFAD6

Color information

#FEFAD6 (or 0xFEFAD6) is unknown color: approx White Nectar. HEX triplet: FE, FA and D6. RGB value is (254,250,214). Sum of RGB (Red+Green+Blue) = 254+250+214=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 214 (83.98% from 255 or 29.81% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAD6 is #010529. Grayscale: #F7F7F7. Windows color (decimal): -66858 or 14088958. OLE color: 14088958.

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

Color convert

RGB254250214-
CMYK00.020.160.00
HSL54º95.24%91.76%-
HSV(B)54º15.75%99.61%-
XYZ87.294.377.22-
YUV247.09109.33132.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 250 (98.05% from 255) = 34.82%
BLUE value IS 214 (83.98% from 255) = 29.81%
R=35.38%
G=34.82%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425021400.020.160.005495.2491.76
HexFEFAD602100365f5c
Octal3763723260220066137134
Binary11111110111110101101011001010000011011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAD6; }

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

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

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

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

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

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

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

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