Html Css Color HEX #F7F2D3 China Ivory

📋 copy color: '#F7F2D3'

red 247 ◦ green 242 ◦ blue 211

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

Shades of China Ivory #F7F2D3

Tints of China Ivory #F7F2D3

RGB

 RED value IS 247 (96.88% from 255) = 35.29%

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

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

R = 35.29%
G = 34.57%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F7F2D3 (or 0xF7F2D3) is known color: China Ivory. HEX triplet: F7, F2 and D3. RGB value is (247,242,211). Sum of RGB (Red+Green+Blue) = 247+242+211=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 211 (82.81% from 255 or 30.14% from 700); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F2D3 is #080D2C. Grayscale: #F0F0F0. Windows color (decimal): -527661 or 13890295. OLE color: 13890295.

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

Color convert

RGB 247 242 211 -
CMYK 0 0.02 0.15 0.03
HSL 51.67º 0.69% 0.9% -
HSV(B) 51.67º 0.15% 0.97% -
XYZ 81.87 87.98 74.3 -
YUV 239.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 247 242 211 0 0.02 0.15 0.03 51.67 0.69 0.9
Hex F7 F2 D3 0 2 F 3 34 45 5A
Octal 367 362 323 0 2 17 3 64 105 132
Binary 11110111 11110010 11010011 0 10 1111 11 110100 1000101 1011010

Color Harmonies of #F7F2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F2D3

Black with #F7F2D3

Text Example


Text Example

White with #F7F2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F2D3; }

 p { color: rgb(247,242,211); }

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

background-color css

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

 a { background-color: rgb(247,242,211); }

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

border-color css

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

 span { border-color: rgb(247,242,211); }

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