Html Css Color HEX #FEF4CC China Ivory

📋 copy color: '#FEF4CC'

red 254 ◦ green 244 ◦ blue 204

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

Shades of China Ivory #FEF4CC

Tints of China Ivory #FEF4CC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.76%

 BLUE value IS 204 (80.08% from 255) = 29.06%

R = 36.18%
G = 34.76%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEF4CC (or 0xFEF4CC) is known color: China Ivory. HEX triplet: FE, F4 and CC. RGB value is (254,244,204). Sum of RGB (Red+Green+Blue) = 254+244+204=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 204 (80.08% from 255 or 29.06% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4CC is #010B33. Grayscale: #F2F2F2. Windows color (decimal): -68404 or 13432062. OLE color: 13432062.

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

Color convert

RGB 254 244 204 -
CMYK 0 0.04 0.20 0.00
HSL 48º 0.96% 0.9% -
HSV(B) 48º 0.2% 1% -
XYZ 84.12 90.13 70.09 -
YUV 242.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 254 244 204 0 0.04 0.20 0.00 48 0.96 0.9
Hex FE F4 CC 0 4 14 0 30 60 5A
Octal 376 364 314 0 4 24 0 60 140 132
Binary 11111110 11110100 11001100 0 100 10100 0 110000 1100000 1011010

Color Harmonies of #FEF4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4CC

Black with #FEF4CC

Text Example


Text Example

White with #FEF4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4CC; }

 p { color: rgb(254,244,204); }

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

background-color css

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

 a { background-color: rgb(254,244,204); }

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

border-color css

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

 span { border-color: rgb(254,244,204); }

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