Html Css Color HEX #FEF6CF China Ivory

📋 copy color: '#FEF6CF'

red 254 ◦ green 246 ◦ blue 207

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

Shades of China Ivory #FEF6CF

Tints of China Ivory #FEF6CF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.79%

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

R = 35.93%
G = 34.79%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEF6CF (or 0xFEF6CF) is known color: China Ivory. HEX triplet: FE, F6 and CF. RGB value is (254,246,207). Sum of RGB (Red+Green+Blue) = 254+246+207=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6CF is #010930. Grayscale: #F4F4F4. Windows color (decimal): -67889 or 13629182. OLE color: 13629182.

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

Color convert

RGB 254 246 207 -
CMYK 0 0.03 0.19 0.00
HSL 49.79º 0.96% 0.9% -
HSV(B) 49.79º 0.19% 1% -
XYZ 85.09 91.49 72.21 -
YUV 243.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 254 246 207 0 0.03 0.19 0.00 49.79 0.96 0.9
Hex FE F6 CF 0 3 13 0 32 60 5A
Octal 376 366 317 0 3 23 0 62 140 132
Binary 11111110 11110110 11001111 0 11 10011 0 110010 1100000 1011010

Color Harmonies of #FEF6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6CF

Black with #FEF6CF

Text Example


Text Example

White with #FEF6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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