Html Css Color HEX #FAFBF1 Ivory

📋 copy color: '#FAFBF1'

red 250 ◦ green 251 ◦ blue 241

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

Shades of Ivory #FAFBF1

Tints of Ivory #FAFBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.83%

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

R = 33.69%
G = 33.83%
B = 32.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAFBF1 (or 0xFAFBF1) is known color: Ivory. HEX triplet: FA, FB and F1. RGB value is (250,251,241). Sum of RGB (Red+Green+Blue) = 250+251+241=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 241 (94.53% from 255 or 32.48% from 742); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBF1 is #05040E. Grayscale: #F9F9F9. Windows color (decimal): -328719 or 15858682. OLE color: 15858682.

HSL color Cylindrical-coordinate representation of color #FAFBF1: hue angle of 66º degrees, saturation: 0.56, 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 #FAFBF1 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 251 241 -
CMYK 0.00 0 0.04 0.02
HSL 66º 0.56% 0.96% -
HSV(B) 66º 0.04% 0.98% -
XYZ 89.8 95.67 96.95 -
YUV 249.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 250 251 241 0.00 0 0.04 0.02 66 0.56 0.96
Hex FA FB F1 0 0 4 2 42 38 60
Octal 372 373 361 0 0 4 2 102 70 140
Binary 11111010 11111011 11110001 0 0 100 10 1000010 111000 1100000

Color Harmonies of #FAFBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBF1

Black with #FAFBF1

Text Example


Text Example

White with #FAFBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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