Html Css Color HEX #FEF3CB China Ivory

📋 copy color: '#FEF3CB'

red 254 ◦ green 243 ◦ blue 203

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

Shades of China Ivory #FEF3CB

Tints of China Ivory #FEF3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.71%

 BLUE value IS 203 (79.69% from 255) = 29%

R = 36.29%
G = 34.71%
B = 29%

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

#FEF3CB (or 0xFEF3CB) is known color: China Ivory. HEX triplet: FE, F3 and CB. RGB value is (254,243,203). Sum of RGB (Red+Green+Blue) = 254+243+203=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 203 (79.69% from 255 or 29% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3CB is #010C34. Grayscale: #F1F1F1. Windows color (decimal): -68661 or 13366270. OLE color: 13366270.

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

Color convert

RGB 254 243 203 -
CMYK 0 0.04 0.20 0.00
HSL 47.06º 0.96% 0.9% -
HSV(B) 47.06º 0.2% 1% -
XYZ 83.7 89.48 69.36 -
YUV 241.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 254 243 203 0 0.04 0.20 0.00 47.06 0.96 0.9
Hex FE F3 CB 0 4 14 0 2F 60 5A
Octal 376 363 313 0 4 24 0 57 140 132
Binary 11111110 11110011 11001011 0 100 10100 0 101111 1100000 1011010

Color Harmonies of #FEF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF3CB

Black with #FEF3CB

Text Example


Text Example

White with #FEF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF3CB; }

 p { color: rgb(254,243,203); }

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

background-color css

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

 a { background-color: rgb(254,243,203); }

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

border-color css

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

 span { border-color: rgb(254,243,203); }

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