Html Css Color HEX #FAF1CF China Ivory

📋 copy color: '#FAF1CF'

red 250 ◦ green 241 ◦ blue 207

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

Shades of China Ivory #FAF1CF

Tints of China Ivory #FAF1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.53%

 BLUE value IS 207 (81.25% from 255) = 29.66%

R = 35.82%
G = 34.53%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAF1CF (or 0xFAF1CF) is known color: China Ivory. HEX triplet: FA, F1 and CF. RGB value is (250,241,207). Sum of RGB (Red+Green+Blue) = 250+241+207=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1CF is #050E30. Grayscale: #EFEFEF. Windows color (decimal): -331313 or 13627898. OLE color: 13627898.

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

Color convert

RGB 250 241 207 -
CMYK 0 0.04 0.17 0.02
HSL 47.44º 0.81% 0.9% -
HSV(B) 47.44º 0.17% 0.98% -
XYZ 82.14 87.74 71.64 -
YUV 239.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 250 241 207 0 0.04 0.17 0.02 47.44 0.81 0.9
Hex FA F1 CF 0 4 11 2 2F 51 5A
Octal 372 361 317 0 4 21 2 57 121 132
Binary 11111010 11110001 11001111 0 100 10001 10 101111 1010001 1011010

Color Harmonies of #FAF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1CF

Black with #FAF1CF

Text Example


Text Example

White with #FAF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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