Html Css Color HEX #FAF3D3 China Ivory

📋 copy color: '#FAF3D3'

red 250 ◦ green 243 ◦ blue 211

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

Shades of China Ivory #FAF3D3

Tints of China Ivory #FAF3D3

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.52%

 BLUE value IS 211 (82.81% from 255) = 29.97%

R = 35.51%
G = 34.52%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF3D3 (or 0xFAF3D3) is known color: China Ivory. HEX triplet: FA, F3 and D3. RGB value is (250,243,211). Sum of RGB (Red+Green+Blue) = 250+243+211=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 211 (82.81% from 255 or 29.97% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3D3 is #050C2C. Grayscale: #F1F1F1. Windows color (decimal): -330797 or 13890554. OLE color: 13890554.

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

Color convert

RGB 250 243 211 -
CMYK 0 0.03 0.16 0.02
HSL 49.23º 0.8% 0.9% -
HSV(B) 49.23º 0.16% 0.98% -
XYZ 83.23 89.13 74.44 -
YUV 241.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 250 243 211 0 0.03 0.16 0.02 49.23 0.8 0.9
Hex FA F3 D3 0 3 10 2 31 50 5A
Octal 372 363 323 0 3 20 2 61 120 132
Binary 11111010 11110011 11010011 0 11 10000 10 110001 1010000 1011010

Color Harmonies of #FAF3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF3D3

Black with #FAF3D3

Text Example


Text Example

White with #FAF3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF3D3; }

 p { color: rgb(250,243,211); }

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

background-color css

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

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

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

border-color css

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

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

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