#FEFBD9

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

Shades of White Nectar #FEFBD9

Tints of White Nectar #FEFBD9

Color information

#FEFBD9 (or 0xFEFBD9) is unknown color: approx White Nectar. HEX triplet: FE, FB and D9. RGB value is (254,251,217). Sum of RGB (Red+Green+Blue) = 254+251+217=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 217 (85.16% from 255 or 30.06% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBD9 is #010426. Grayscale: #F8F8F8. Windows color (decimal): -66599 or 14285822. OLE color: 14285822.

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

Color convert

RGB254251217-
CMYK00.010.150.00
HSL55.14º94.87%92.35%-
HSV(B)55.14º14.57%99.61%-
XYZ87.8995.0779.36-
YUV248.02110.49132.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 217 (85.16% from 255) = 30.06%
R=35.18%
G=34.76%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425121700.010.150.0055.1494.8792.35
HexFEFBD901F0375f5c
Octal3763733310117067137134
Binary111111101111101111011001011111011011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBD9; }

 p { color: rgb(254,251,217); }

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

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

 a { background-color: rgb(254,251,217); }

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

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

 span { border-color: rgb(254,251,217); }

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