#FEF9D6

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

Shades of White Nectar #FEF9D6

Tints of White Nectar #FEF9D6

Color information

#FEF9D6 (or 0xFEF9D6) is unknown color: approx White Nectar. HEX triplet: FE, F9 and D6. RGB value is (254,249,214). Sum of RGB (Red+Green+Blue) = 254+249+214=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 214 (83.98% from 255 or 29.85% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9D6 is #010629. Grayscale: #F6F6F6. Windows color (decimal): -67114 or 14088702. OLE color: 14088702.

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

Color convert

RGB254249214-
CMYK00.020.160.00
HSL52.5º95.24%91.76%-
HSV(B)52.5º15.75%99.61%-
XYZ86.8993.6877.12-
YUV246.5109.66133.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 249 (97.66% from 255) = 34.73%
BLUE value IS 214 (83.98% from 255) = 29.85%
R=35.43%
G=34.73%
B=29.85%

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
Decimal25424921400.020.160.0052.595.2491.76
HexFEF9D602100345f5c
Octal3763713260220064137134
Binary11111110111110011101011001010000011010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9D6; }

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

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

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

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

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

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

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

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