Html Css Color HEX #FEF7D6 China Ivory

📋 copy color: '#FEF7D6'

red 254 ◦ green 247 ◦ blue 214

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

Shades of China Ivory #FEF7D6

Tints of China Ivory #FEF7D6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.55%

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

R = 35.52%
G = 34.55%
B = 29.93%

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

#FEF7D6 (or 0xFEF7D6) is known color: China Ivory. HEX triplet: FE, F7 and D6. RGB value is (254,247,214). Sum of RGB (Red+Green+Blue) = 254+247+214=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 214 (83.98% from 255 or 29.93% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7D6 is #010829. Grayscale: #F5F5F5. Windows color (decimal): -67626 or 14088190. OLE color: 14088190.

HSL color Cylindrical-coordinate representation of color #FEF7D6: hue angle of 49.5º 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 #FEF7D6 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 247 214 -
CMYK 0 0.03 0.16 0.00
HSL 49.5º 0.95% 0.92% -
HSV(B) 49.5º 0.16% 1% -
XYZ 86.27 92.45 76.92 -
YUV 245.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 254 247 214 0 0.03 0.16 0.00 49.5 0.95 0.92
Hex FE F7 D6 0 3 10 0 32 5F 5C
Octal 376 367 326 0 3 20 0 62 137 134
Binary 11111110 11110111 11010110 0 11 10000 0 110010 1011111 1011100

Color Harmonies of #FEF7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7D6

Black with #FEF7D6

Text Example


Text Example

White with #FEF7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7D6; }

 p { color: rgb(254,247,214); }

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

background-color css

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

 a { background-color: rgb(254,247,214); }

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

border-color css

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

 span { border-color: rgb(254,247,214); }

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