Html Css Color HEX #FEF6D5 China Ivory

📋 copy color: '#FEF6D5'

red 254 ◦ green 246 ◦ blue 213

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

Shades of China Ivory #FEF6D5

Tints of China Ivory #FEF6D5

RGB

 RED value IS 254 (99.61% from 255) = 35.62%

 GREEN value IS 246 (96.48% from 255) = 34.5%

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

R = 35.62%
G = 34.5%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEF6D5 (or 0xFEF6D5) is known color: China Ivory. HEX triplet: FE, F6 and D5. RGB value is (254,246,213). Sum of RGB (Red+Green+Blue) = 254+246+213=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 213 (83.59% from 255 or 29.87% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6D5 is #01092A. Grayscale: #F4F4F4. Windows color (decimal): -67883 or 14022398. OLE color: 14022398.

HSL color Cylindrical-coordinate representation of color #FEF6D5: hue angle of 48.29º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEF6D5 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 213 -
CMYK 0 0.03 0.16 0.00
HSL 48.29º 0.95% 0.92% -
HSV(B) 48.29º 0.16% 1% -
XYZ 85.84 91.79 76.14 -
YUV 244.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 254 246 213 0 0.03 0.16 0.00 48.29 0.95 0.92
Hex FE F6 D5 0 3 10 0 30 5F 5C
Octal 376 366 325 0 3 20 0 60 137 134
Binary 11111110 11110110 11010101 0 11 10000 0 110000 1011111 1011100

Color Harmonies of #FEF6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6D5

Black with #FEF6D5

Text Example


Text Example

White with #FEF6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6D5; }

 p { color: rgb(254,246,213); }

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

background-color css

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

 a { background-color: rgb(254,246,213); }

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

border-color css

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

 span { border-color: rgb(254,246,213); }

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