#FAF8DA

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

Shades of White Nectar #FAF8DA

Tints of White Nectar #FAF8DA

Color information

#FAF8DA (or 0xFAF8DA) is unknown color: approx White Nectar. HEX triplet: FA, F8 and DA. RGB value is (250,248,218). Sum of RGB (Red+Green+Blue) = 250+248+218=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8DA is #050725. Grayscale: #F5F5F5. Windows color (decimal): -329510 or 14350586. OLE color: 14350586.

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

Color convert

RGB250248218-
CMYK00.010.130.02
HSL56.25º76.19%91.76%-
HSV(B)56.25º12.8%98.04%-
XYZ85.6592.5279.67-
YUV245.18112.66131.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 248 (97.27% from 255) = 34.64%
BLUE value IS 218 (85.55% from 255) = 30.45%
R=34.92%
G=34.64%
B=30.45%

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
Decimal25024821800.010.130.0256.2576.1991.76
HexFAF8DA01D2384c5c
Octal3723703320115270114134
Binary1111101011111000110110100111011011100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8DA; }

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

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

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

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

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

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

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

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