Html Css Color HEX #FEF4D4 China Ivory

📋 copy color: '#FEF4D4'

red 254 ◦ green 244 ◦ blue 212

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

Shades of China Ivory #FEF4D4

Tints of China Ivory #FEF4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.86%

R = 35.77%
G = 34.37%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEF4D4 (or 0xFEF4D4) is known color: China Ivory. HEX triplet: FE, F4 and D4. RGB value is (254,244,212). Sum of RGB (Red+Green+Blue) = 254+244+212=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 244 (95.70% from 255 or 34.37% from 710); Blue value is 212 (83.20% from 255 or 29.86% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4D4 is #010B2B. Grayscale: #F3F3F3. Windows color (decimal): -68396 or 13956350. OLE color: 13956350.

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

Color convert

RGB 254 244 212 -
CMYK 0 0.04 0.17 0.00
HSL 45.71º 0.95% 0.91% -
HSV(B) 45.71º 0.17% 1% -
XYZ 85.11 90.53 75.27 -
YUV 243.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 254 244 212 0 0.04 0.17 0.00 45.71 0.95 0.91
Hex FE F4 D4 0 4 11 0 2E 5F 5B
Octal 376 364 324 0 4 21 0 56 137 133
Binary 11111110 11110100 11010100 0 100 10001 0 101110 1011111 1011011

Color Harmonies of #FEF4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4D4

Black with #FEF4D4

Text Example


Text Example

White with #FEF4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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