Html Css Color HEX #FEF2CE China Ivory

📋 copy color: '#FEF2CE'

red 254 ◦ green 242 ◦ blue 206

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

Shades of China Ivory #FEF2CE

Tints of China Ivory #FEF2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.34%

R = 36.18%
G = 34.47%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEF2CE (or 0xFEF2CE) is known color: China Ivory. HEX triplet: FE, F2 and CE. RGB value is (254,242,206). Sum of RGB (Red+Green+Blue) = 254+242+206=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CE is #010D31. Grayscale: #F1F1F1. Windows color (decimal): -68914 or 13562622. OLE color: 13562622.

HSL color Cylindrical-coordinate representation of color #FEF2CE: hue angle of 45º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEF2CE is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 206 -
CMYK 0 0.05 0.19 0.00
HSL 45º 0.96% 0.9% -
HSV(B) 45º 0.19% 1% -
XYZ 83.77 89.03 71.16 -
YUV 241.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 254 242 206 0 0.05 0.19 0.00 45 0.96 0.9
Hex FE F2 CE 0 5 13 0 2D 60 5A
Octal 376 362 316 0 5 23 0 55 140 132
Binary 11111110 11110010 11001110 0 101 10011 0 101101 1100000 1011010

Color Harmonies of #FEF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2CE

Black with #FEF2CE

Text Example


Text Example

White with #FEF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2CE; }

 p { color: rgb(254,242,206); }

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

background-color css

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

 a { background-color: rgb(254,242,206); }

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

border-color css

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

 span { border-color: rgb(254,242,206); }

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