Html Css Color HEX #FEF2CF China Ivory

📋 copy color: '#FEF2CF'

red 254 ◦ green 242 ◦ blue 207

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

Shades of China Ivory #FEF2CF

Tints of China Ivory #FEF2CF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.42%

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

R = 36.13%
G = 34.42%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEF2CF (or 0xFEF2CF) is known color: China Ivory. HEX triplet: FE, F2 and CF. RGB value is (254,242,207). Sum of RGB (Red+Green+Blue) = 254+242+207=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CF is #010D30. Grayscale: #F1F1F1. Windows color (decimal): -68913 or 13628158. OLE color: 13628158.

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

Color convert

RGB 254 242 207 -
CMYK 0 0.05 0.19 0.00
HSL 44.68º 0.96% 0.9% -
HSV(B) 44.68º 0.19% 1% -
XYZ 83.89 89.08 71.8 -
YUV 241.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 254 242 207 0 0.05 0.19 0.00 44.68 0.96 0.9
Hex FE F2 CF 0 5 13 0 2D 60 5A
Octal 376 362 317 0 5 23 0 55 140 132
Binary 11111110 11110010 11001111 0 101 10011 0 101101 1100000 1011010

Color Harmonies of #FEF2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2CF

Black with #FEF2CF

Text Example


Text Example

White with #FEF2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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