Html Css Color HEX #FAF9F2 Ivory

📋 copy color: '#FAF9F2'

red 250 ◦ green 249 ◦ blue 242

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

Shades of Ivory #FAF9F2

Tints of Ivory #FAF9F2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.6%

 BLUE value IS 242 (94.92% from 255) = 32.66%

R = 33.74%
G = 33.6%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAF9F2 (or 0xFAF9F2) is known color: Ivory. HEX triplet: FA, F9 and F2. RGB value is (250,249,242). Sum of RGB (Red+Green+Blue) = 250+249+242=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 249 (97.66% from 255 or 33.60% from 741); Blue value is 242 (94.92% from 255 or 32.66% from 741); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F2 is #05060D. Grayscale: #F8F8F8. Windows color (decimal): -329230 or 15923706. OLE color: 15923706.

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

Color convert

RGB 250 249 242 -
CMYK 0 0.00 0.03 0.02
HSL 52.5º 0.44% 0.96% -
HSV(B) 52.5º 0.03% 0.98% -
XYZ 89.33 94.49 97.53 -
YUV 248.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 250 249 242 0 0.00 0.03 0.02 52.5 0.44 0.96
Hex FA F9 F2 0 0 3 2 34 2C 60
Octal 372 371 362 0 0 3 2 64 54 140
Binary 11111010 11111001 11110010 0 0 11 10 110100 101100 1100000

Color Harmonies of #FAF9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9F2

Black with #FAF9F2

Text Example


Text Example

White with #FAF9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9F2; }

 p { color: rgb(250,249,242); }

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

background-color css

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

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

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

border-color css

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

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

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