#FAF7D5

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

Shades of White Nectar #FAF7D5

Tints of White Nectar #FAF7D5

Color information

#FAF7D5 (or 0xFAF7D5) is unknown color: approx White Nectar. HEX triplet: FA, F7 and D5. RGB value is (250,247,213). Sum of RGB (Red+Green+Blue) = 250+247+213=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 247 (96.88% from 255 or 34.79% from 710); Blue value is 213 (83.59% from 255 or 30% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7D5 is #05082A. Grayscale: #F4F4F4. Windows color (decimal): -329771 or 14022650. OLE color: 14022650.

HSL color Cylindrical-coordinate representation of color #FAF7D5: hue angle of 55.14º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAF7D5 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250247213-
CMYK00.010.150.02
HSL55.14º78.72%90.78%-
HSV(B)55.14º14.8%98.04%-
XYZ84.791.6576.18-
YUV244.02110.49132.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 247 (96.88% from 255) = 34.79%
BLUE value IS 213 (83.59% from 255) = 30%
R=35.21%
G=34.79%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024721300.010.150.0255.1478.7290.78
HexFAF7D501F2374f5b
Octal3723673250117267117133
Binary1111101011110111110101010111111011011110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7D5; }

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

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

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

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

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

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

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

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