Html Css Color HEX #FEE0C0 Bisque

📋 copy color: '#FEE0C0'

red 254 ◦ green 224 ◦ blue 192

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

Shades of Bisque #FEE0C0

Tints of Bisque #FEE0C0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.43%

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

R = 37.91%
G = 33.43%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEE0C0 (or 0xFEE0C0) is known color: Bisque. HEX triplet: FE, E0 and C0. RGB value is (254,224,192). Sum of RGB (Red+Green+Blue) = 254+224+192=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0C0 is #011F3F. Grayscale: #E5E5E5. Windows color (decimal): -73536 or 12640510. OLE color: 12640510.

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

Color convert

RGB 254 224 192 -
CMYK 0 0.12 0.24 0.00
HSL 30.97º 0.97% 0.87% -
HSV(B) 30.97º 0.24% 1% -
XYZ 77.04 78.19 60.9 -
YUV 229.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 254 224 192 0 0.12 0.24 0.00 30.97 0.97 0.87
Hex FE E0 C0 0 C 18 0 1F 61 57
Octal 376 340 300 0 14 30 0 37 141 127
Binary 11111110 11100000 11000000 0 1100 11000 0 11111 1100001 1010111

Color Harmonies of #FEE0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0C0

Black with #FEE0C0

Text Example


Text Example

White with #FEE0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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