Html Css Color HEX #FAF1CA China Ivory

📋 copy color: '#FAF1CA'

red 250 ◦ green 241 ◦ blue 202

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

Shades of China Ivory #FAF1CA

Tints of China Ivory #FAF1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.15%

R = 36.08%
G = 34.78%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAF1CA (or 0xFAF1CA) is known color: China Ivory. HEX triplet: FA, F1 and CA. RGB value is (250,241,202). Sum of RGB (Red+Green+Blue) = 250+241+202=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1CA is #050E35. Grayscale: #EFEFEF. Windows color (decimal): -331318 or 13300218. OLE color: 13300218.

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

Color convert

RGB 250 241 202 -
CMYK 0 0.04 0.19 0.02
HSL 48.75º 0.83% 0.89% -
HSV(B) 48.75º 0.19% 0.98% -
XYZ 81.54 87.5 68.47 -
YUV 239.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 250 241 202 0 0.04 0.19 0.02 48.75 0.83 0.89
Hex FA F1 CA 0 4 13 2 31 53 59
Octal 372 361 312 0 4 23 2 61 123 131
Binary 11111010 11110001 11001010 0 100 10011 10 110001 1010011 1011001

Color Harmonies of #FAF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1CA

Black with #FAF1CA

Text Example


Text Example

White with #FAF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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