Html Css Color HEX #FAFAF7 Ivory

📋 copy color: '#FAFAF7'

red 250 ◦ green 250 ◦ blue 247

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

Shades of Ivory #FAFAF7

Tints of Ivory #FAFAF7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.47%

 BLUE value IS 247 (96.88% from 255) = 33.07%

R = 33.47%
G = 33.47%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAFAF7 (or 0xFAFAF7) is known color: Ivory. HEX triplet: FA, FA and F7. RGB value is (250,250,247). Sum of RGB (Red+Green+Blue) = 250+250+247=747 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.47% from 747); Green value is 250 (98.05% from 255 or 33.47% from 747); Blue value is 247 (96.88% from 255 or 33.07% from 747); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF7 is #050508. Grayscale: #F9F9F9. Windows color (decimal): -328969 or 16251642. OLE color: 16251642.

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

Color convert

RGB 250 250 247 -
CMYK 0 0 0.01 0.02
HSL 60º 0.23% 0.97% -
HSV(B) 60º 0.01% 0.98% -
XYZ 90.4 95.41 101.65 -
YUV 249.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 250 250 247 0 0 0.01 0.02 60 0.23 0.97
Hex FA FA F7 0 0 1 2 3C 17 61
Octal 372 372 367 0 0 1 2 74 27 141
Binary 11111010 11111010 11110111 0 0 1 10 111100 10111 1100001

Color Harmonies of #FAFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAF7

Black with #FAFAF7

Text Example


Text Example

White with #FAFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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