#FAF6DA

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

Shades of White Nectar #FAF6DA

Tints of White Nectar #FAF6DA

Color information

#FAF6DA (or 0xFAF6DA) is unknown color: approx White Nectar. HEX triplet: FA, F6 and DA. RGB value is (250,246,218). Sum of RGB (Red+Green+Blue) = 250+246+218=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 246 (96.48% from 255 or 34.45% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6DA is #050925. Grayscale: #F4F4F4. Windows color (decimal): -330022 or 14350074. OLE color: 14350074.

HSL color Cylindrical-coordinate representation of color #FAF6DA: hue angle of 52.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAF6DA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250246218-
CMYK00.020.130.02
HSL52.5º76.19%91.76%-
HSV(B)52.5º12.8%98.04%-
XYZ85.0391.379.47-
YUV244113.33132.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 246 (96.48% from 255) = 34.45%
BLUE value IS 218 (85.55% from 255) = 30.53%
R=35.01%
G=34.45%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024621800.020.130.0252.576.1991.76
HexFAF6DA02D2344c5c
Octal3723663320215264114134
Binary11111010111101101101101001011011011010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6DA; }

 p { color: rgb(250,246,218); }

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

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

 a { background-color: rgb(250,246,218); }

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

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

 span { border-color: rgb(250,246,218); }

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