Html Css Color HEX #FAF2D5 China Ivory

📋 copy color: '#FAF2D5'

red 250 ◦ green 242 ◦ blue 213

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

Shades of China Ivory #FAF2D5

Tints of China Ivory #FAF2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.21%

R = 35.46%
G = 34.33%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAF2D5 (or 0xFAF2D5) is known color: China Ivory. HEX triplet: FA, F2 and D5. RGB value is (250,242,213). Sum of RGB (Red+Green+Blue) = 250+242+213=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 213 (83.59% from 255 or 30.21% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D5 is #050D2A. Grayscale: #F1F1F1. Windows color (decimal): -331051 or 14021370. OLE color: 14021370.

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

Color convert

RGB 250 242 213 -
CMYK 0 0.03 0.15 0.02
HSL 47.03º 0.79% 0.91% -
HSV(B) 47.03º 0.15% 0.98% -
XYZ 83.19 88.63 75.67 -
YUV 241.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 250 242 213 0 0.03 0.15 0.02 47.03 0.79 0.91
Hex FA F2 D5 0 3 F 2 2F 4F 5B
Octal 372 362 325 0 3 17 2 57 117 133
Binary 11111010 11110010 11010101 0 11 1111 10 101111 1001111 1011011

Color Harmonies of #FAF2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2D5

Black with #FAF2D5

Text Example


Text Example

White with #FAF2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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