Html Css Color HEX #FAF7D2 White Nectar

📋 copy color: '#FAF7D2'

red 250 ◦ green 247 ◦ blue 210

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

Shades of White Nectar #FAF7D2

Tints of White Nectar #FAF7D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 29.7%

R = 35.36%
G = 34.94%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF7D2 (or 0xFAF7D2) is known color: White Nectar. HEX triplet: FA, F7 and D2. RGB value is (250,247,210). Sum of RGB (Red+Green+Blue) = 250+247+210=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 210 (82.42% from 255 or 29.70% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7D2 is #05082D. Grayscale: #F3F3F3. Windows color (decimal): -329774 or 13826042. OLE color: 13826042.

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

Color convert

RGB 250 247 210 -
CMYK 0 0.01 0.16 0.02
HSL 55.5º 0.8% 0.9% -
HSV(B) 55.5º 0.16% 0.98% -
XYZ 84.32 91.5 74.19 -
YUV 243.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 250 247 210 0 0.01 0.16 0.02 55.5 0.8 0.9
Hex FA F7 D2 0 1 10 2 38 50 5A
Octal 372 367 322 0 1 20 2 70 120 132
Binary 11111010 11110111 11010010 0 1 10000 10 111000 1010000 1011010

Color Harmonies of #FAF7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7D2

Black with #FAF7D2

Text Example


Text Example

White with #FAF7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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