#FAF6D2

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

Shades of White Nectar #FAF6D2

Tints of White Nectar #FAF6D2

Color information

#FAF6D2 (or 0xFAF6D2) is unknown color: approx White Nectar. HEX triplet: FA, F6 and D2. RGB value is (250,246,210). Sum of RGB (Red+Green+Blue) = 250+246+210=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 210 (82.42% from 255 or 29.75% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6D2 is #05092D. Grayscale: #F3F3F3. Windows color (decimal): -330030 or 13825786. OLE color: 13825786.

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

Color convert

RGB250246210-
CMYK00.020.160.02
HSL54º80%90.2%-
HSV(B)54º16%98.04%-
XYZ84.0190.8974.09-
YUV243.09109.33132.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 246 (96.48% from 255) = 34.84%
BLUE value IS 210 (82.42% from 255) = 29.75%
R=35.41%
G=34.84%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024621000.020.160.02548090.2
HexFAF6D20210236505a
Octal3723663220220266120132
Binary111110101111011011010010010100001011011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6D2; }

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

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

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

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

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

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

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

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