Html Css Color HEX #FAF2D6 China Ivory

📋 copy color: '#FAF2D6'

red 250 ◦ green 242 ◦ blue 214

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

Shades of China Ivory #FAF2D6

Tints of China Ivory #FAF2D6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.28%

 BLUE value IS 214 (83.98% from 255) = 30.31%

R = 35.41%
G = 34.28%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAF2D6 (or 0xFAF2D6) is known color: China Ivory. HEX triplet: FA, F2 and D6. RGB value is (250,242,214). Sum of RGB (Red+Green+Blue) = 250+242+214=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 214 (83.98% from 255 or 30.31% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D6 is #050D29. Grayscale: #F1F1F1. Windows color (decimal): -331050 or 14086906. OLE color: 14086906.

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

Color convert

RGB 250 242 214 -
CMYK 0 0.03 0.14 0.02
HSL 46.67º 0.78% 0.91% -
HSV(B) 46.67º 0.14% 0.98% -
XYZ 83.31 88.68 76.34 -
YUV 241.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 250 242 214 0 0.03 0.14 0.02 46.67 0.78 0.91
Hex FA F2 D6 0 3 E 2 2F 4E 5B
Octal 372 362 326 0 3 16 2 57 116 133
Binary 11111010 11110010 11010110 0 11 1110 10 101111 1001110 1011011

Color Harmonies of #FAF2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2D6

Black with #FAF2D6

Text Example


Text Example

White with #FAF2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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