#FAF7DA

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

Shades of White Nectar #FAF7DA

Tints of White Nectar #FAF7DA

Color information

#FAF7DA (or 0xFAF7DA) is unknown color: approx White Nectar. HEX triplet: FA, F7 and DA. RGB value is (250,247,218). Sum of RGB (Red+Green+Blue) = 250+247+218=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 218 (85.55% from 255 or 30.49% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7DA is #050825. Grayscale: #F4F4F4. Windows color (decimal): -329766 or 14350330. OLE color: 14350330.

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

Color convert

RGB250247218-
CMYK00.010.130.02
HSL54.38º76.19%91.76%-
HSV(B)54.38º12.8%98.04%-
XYZ85.3491.9179.57-
YUV244.59112.99131.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 247 (96.88% from 255) = 34.55%
BLUE value IS 218 (85.55% from 255) = 30.49%
R=34.97%
G=34.55%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024721800.010.130.0254.3876.1991.76
HexFAF7DA01D2364c5c
Octal3723673320115266114134
Binary1111101011110111110110100111011011011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7DA; }

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

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

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

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

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

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

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

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