#FEFAD7

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

Shades of White Nectar #FEFAD7

Tints of White Nectar #FEFAD7

Color information

#FEFAD7 (or 0xFEFAD7) is unknown color: approx White Nectar. HEX triplet: FE, FA and D7. RGB value is (254,250,215). Sum of RGB (Red+Green+Blue) = 254+250+215=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 215 (84.38% from 255 or 29.90% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAD7 is #010528. Grayscale: #F7F7F7. Windows color (decimal): -66857 or 14154494. OLE color: 14154494.

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

Color convert

RGB254250215-
CMYK00.020.150.00
HSL53.85º95.12%91.96%-
HSV(B)53.85º15.35%99.61%-
XYZ87.3294.3577.9-
YUV247.21109.83132.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 215 (84.38% from 255) = 29.90%
R=35.33%
G=34.77%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425021500.020.150.0053.8595.1291.96
HexFEFAD702F0365f5c
Octal3763723270217066137134
Binary1111111011111010110101110101111011011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAD7; }

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

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

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

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

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

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

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

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