Html Css Color HEX #FEF5CE China Ivory

📋 copy color: '#FEF5CE'

red 254 ◦ green 245 ◦ blue 206

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

Shades of China Ivory #FEF5CE

Tints of China Ivory #FEF5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.75%

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

R = 36.03%
G = 34.75%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEF5CE (or 0xFEF5CE) is known color: China Ivory. HEX triplet: FE, F5 and CE. RGB value is (254,245,206). Sum of RGB (Red+Green+Blue) = 254+245+206=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 206 (80.86% from 255 or 29.22% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5CE is #010A31. Grayscale: #F3F3F3. Windows color (decimal): -68146 or 13563390. OLE color: 13563390.

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

Color convert

RGB 254 245 206 -
CMYK 0 0.04 0.19 0.00
HSL 48.75º 0.96% 0.9% -
HSV(B) 48.75º 0.19% 1% -
XYZ 84.67 90.83 71.46 -
YUV 243.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 254 245 206 0 0.04 0.19 0.00 48.75 0.96 0.9
Hex FE F5 CE 0 4 13 0 31 60 5A
Octal 376 365 316 0 4 23 0 61 140 132
Binary 11111110 11110101 11001110 0 100 10011 0 110001 1100000 1011010

Color Harmonies of #FEF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5CE

Black with #FEF5CE

Text Example


Text Example

White with #FEF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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