Html Css Color HEX #FAF7D6 White Nectar

📋 copy color: '#FAF7D6'

red 250 ◦ green 247 ◦ blue 214

#FAF7D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Nectar #FAF7D6

Tints of White Nectar #FAF7D6

RGB

 RED value IS 250 (98.05% from 255) = 35.16%

 GREEN value IS 247 (96.88% from 255) = 34.74%

 BLUE value IS 214 (83.98% from 255) = 30.1%

R = 35.16%
G = 34.74%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAF7D6 (or 0xFAF7D6) is known color: White Nectar. HEX triplet: FA, F7 and D6. RGB value is (250,247,214). Sum of RGB (Red+Green+Blue) = 250+247+214=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 214 (83.98% from 255 or 30.10% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7D6 is #050829. Grayscale: #F4F4F4. Windows color (decimal): -329770 or 14088186. OLE color: 14088186.

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

Color convert

RGB 250 247 214 -
CMYK 0 0.01 0.14 0.02
HSL 55º 0.78% 0.91% -
HSV(B) 55º 0.14% 0.98% -
XYZ 84.82 91.7 76.85 -
YUV 244.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 250 247 214 0 0.01 0.14 0.02 55 0.78 0.91
Hex FA F7 D6 0 1 E 2 37 4E 5B
Octal 372 367 326 0 1 16 2 67 116 133
Binary 11111010 11110111 11010110 0 1 1110 10 110111 1001110 1011011

Color Harmonies of #FAF7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7D6

Black with #FAF7D6

Text Example


Text Example

White with #FAF7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7D6; }

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

 H1.HeaderClassName
 {
   color: #FAF7D6;
 }
 .AnyTagClassName
 {
   color: #FAF7D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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