Html Css Color HEX #FEF5CC China Ivory

📋 copy color: '#FEF5CC'

red 254 ◦ green 245 ◦ blue 204

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

Shades of China Ivory #FEF5CC

Tints of China Ivory #FEF5CC

RGB

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

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

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

R = 36.13%
G = 34.85%
B = 29.02%

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

#FEF5CC (or 0xFEF5CC) is known color: China Ivory. HEX triplet: FE, F5 and CC. RGB value is (254,245,204). Sum of RGB (Red+Green+Blue) = 254+245+204=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 204 (80.08% from 255 or 29.02% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5CC is #010A33. Grayscale: #F3F3F3. Windows color (decimal): -68148 or 13432318. OLE color: 13432318.

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

Color convert

RGB 254 245 204 -
CMYK 0 0.04 0.20 0.00
HSL 49.2º 0.96% 0.9% -
HSV(B) 49.2º 0.2% 1% -
XYZ 84.42 90.74 70.19 -
YUV 243.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 254 245 204 0 0.04 0.20 0.00 49.2 0.96 0.9
Hex FE F5 CC 0 4 14 0 31 60 5A
Octal 376 365 314 0 4 24 0 61 140 132
Binary 11111110 11110101 11001100 0 100 10100 0 110001 1100000 1011010

Color Harmonies of #FEF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5CC

Black with #FEF5CC

Text Example


Text Example

White with #FEF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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