Html Css Color HEX #FAF7D7 White Nectar

📋 copy color: '#FAF7D7'

red 250 ◦ green 247 ◦ blue 215

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

Shades of White Nectar #FAF7D7

Tints of White Nectar #FAF7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 30.2%

R = 35.11%
G = 34.69%
B = 30.2%

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

#FAF7D7 (or 0xFAF7D7) is known color: White Nectar. HEX triplet: FA, F7 and D7. RGB value is (250,247,215). Sum of RGB (Red+Green+Blue) = 250+247+215=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 247 (96.88% from 255 or 34.69% from 712); Blue value is 215 (84.38% from 255 or 30.20% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7D7 is #050828. Grayscale: #F4F4F4. Windows color (decimal): -329769 or 14153722. OLE color: 14153722.

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

Color convert

RGB 250 247 215 -
CMYK 0 0.01 0.14 0.02
HSL 54.86º 0.78% 0.91% -
HSV(B) 54.86º 0.14% 0.98% -
XYZ 84.95 91.75 77.52 -
YUV 244.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 250 247 215 0 0.01 0.14 0.02 54.86 0.78 0.91
Hex FA F7 D7 0 1 E 2 37 4E 5B
Octal 372 367 327 0 1 16 2 67 116 133
Binary 11111010 11110111 11010111 0 1 1110 10 110111 1001110 1011011

Color Harmonies of #FAF7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7D7

Black with #FAF7D7

Text Example


Text Example

White with #FAF7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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