Html Css Color HEX #FEF5CF China Ivory

📋 copy color: '#FEF5CF'

red 254 ◦ green 245 ◦ blue 207

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

Shades of China Ivory #FEF5CF

Tints of China Ivory #FEF5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.32%

R = 35.98%
G = 34.7%
B = 29.32%

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

#FEF5CF (or 0xFEF5CF) is known color: China Ivory. HEX triplet: FE, F5 and CF. RGB value is (254,245,207). Sum of RGB (Red+Green+Blue) = 254+245+207=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 207 (81.25% from 255 or 29.32% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5CF is #010A30. Grayscale: #F3F3F3. Windows color (decimal): -68145 or 13628926. OLE color: 13628926.

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

Color convert

RGB 254 245 207 -
CMYK 0 0.04 0.19 0.00
HSL 48.51º 0.96% 0.9% -
HSV(B) 48.51º 0.19% 1% -
XYZ 84.79 90.88 72.1 -
YUV 243.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 254 245 207 0 0.04 0.19 0.00 48.51 0.96 0.9
Hex FE F5 CF 0 4 13 0 31 60 5A
Octal 376 365 317 0 4 23 0 61 140 132
Binary 11111110 11110101 11001111 0 100 10011 0 110001 1100000 1011010

Color Harmonies of #FEF5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5CF

Black with #FEF5CF

Text Example


Text Example

White with #FEF5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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