#FAF9DA

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

Shades of White Nectar #FAF9DA

Tints of White Nectar #FAF9DA

Color information

#FAF9DA (or 0xFAF9DA) is unknown color: approx White Nectar. HEX triplet: FA, F9 and DA. RGB value is (250,249,218). Sum of RGB (Red+Green+Blue) = 250+249+218=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9DA is #050625. Grayscale: #F5F5F5. Windows color (decimal): -329254 or 14350842. OLE color: 14350842.

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

Color convert

RGB250249218-
CMYK00.000.130.02
HSL58.12º76.19%91.76%-
HSV(B)58.12º12.8%98.04%-
XYZ85.9593.1479.78-
YUV245.76112.33131.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 249 (97.66% from 255) = 34.73%
BLUE value IS 218 (85.55% from 255) = 30.40%
R=34.87%
G=34.73%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024921800.000.130.0258.1276.1991.76
HexFAF9DA00D23a4c5c
Octal3723713320015272114134
Binary1111101011111001110110100011011011101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9DA; }

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

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

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

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

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

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

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

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