Html Css Color HEX #FEE3C0 Bisque

📋 copy color: '#FEE3C0'

red 254 ◦ green 227 ◦ blue 192

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

Shades of Bisque #FEE3C0

Tints of Bisque #FEE3C0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.73%

 BLUE value IS 192 (75.39% from 255) = 28.53%

R = 37.74%
G = 33.73%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEE3C0 (or 0xFEE3C0) is known color: Bisque. HEX triplet: FE, E3 and C0. RGB value is (254,227,192). Sum of RGB (Red+Green+Blue) = 254+227+192=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 192 (75.39% from 255 or 28.53% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3C0 is #011C3F. Grayscale: #E7E7E7. Windows color (decimal): -72768 or 12641278. OLE color: 12641278.

HSL color Cylindrical-coordinate representation of color #FEE3C0: hue angle of 33.87º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE3C0 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 227 192 -
CMYK 0 0.11 0.24 0.00
HSL 33.87º 0.97% 0.87% -
HSV(B) 33.87º 0.24% 1% -
XYZ 77.86 79.81 61.17 -
YUV 231.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 254 227 192 0 0.11 0.24 0.00 33.87 0.97 0.87
Hex FE E3 C0 0 B 18 0 22 61 57
Octal 376 343 300 0 13 30 0 42 141 127
Binary 11111110 11100011 11000000 0 1011 11000 0 100010 1100001 1010111

Color Harmonies of #FEE3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE3C0

Black with #FEE3C0

Text Example


Text Example

White with #FEE3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE3C0; }

 p { color: rgb(254,227,192); }

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

background-color css

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

 a { background-color: rgb(254,227,192); }

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

border-color css

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

 span { border-color: rgb(254,227,192); }

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