Html Css Color HEX #FAF6D2 White Nectar

📋 copy color: '#FAF6D2'

red 250 ◦ green 246 ◦ blue 210

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

Shades of White Nectar #FAF6D2

Tints of White Nectar #FAF6D2

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 value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF6D2 (or 0xFAF6D2) is known color: 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

RGB 250 246 210 -
CMYK 0 0.02 0.16 0.02
HSL 54º 0.8% 0.9% -
HSV(B) 54º 0.16% 0.98% -
XYZ 84.01 90.89 74.09 -
YUV 243.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 250 246 210 0 0.02 0.16 0.02 54 0.8 0.9
Hex FA F6 D2 0 2 10 2 36 50 5A
Octal 372 366 322 0 2 20 2 66 120 132
Binary 11111010 11110110 11010010 0 10 10000 10 110110 1010000 1011010

Color Harmonies of #FAF6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6D2

Black with #FAF6D2

Text Example


Text Example

White with #FAF6D2

Text Example


Text Example

HTML Codes & Css Web 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>