Html Css Color HEX #FAFAF1 Ivory

📋 copy color: '#FAFAF1'

red 250 ◦ green 250 ◦ blue 241

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

Shades of Ivory #FAFAF1

Tints of Ivory #FAFAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 32.52%

R = 33.74%
G = 33.74%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAFAF1 (or 0xFAFAF1) is known color: Ivory. HEX triplet: FA, FA and F1. RGB value is (250,250,241). Sum of RGB (Red+Green+Blue) = 250+250+241=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 241 (94.53% from 255 or 32.52% from 741); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF1 is #05050E. Grayscale: #F9F9F9. Windows color (decimal): -328975 or 15858426. OLE color: 15858426.

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

Color convert

RGB 250 250 241 -
CMYK 0 0 0.04 0.02
HSL 60º 0.47% 0.96% -
HSV(B) 60º 0.04% 0.98% -
XYZ 89.49 95.05 96.85 -
YUV 248.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 250 250 241 0 0 0.04 0.02 60 0.47 0.96
Hex FA FA F1 0 0 4 2 3C 2F 60
Octal 372 372 361 0 0 4 2 74 57 140
Binary 11111010 11111010 11110001 0 0 100 10 111100 101111 1100000

Color Harmonies of #FAFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAF1

Black with #FAFAF1

Text Example


Text Example

White with #FAFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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