Html Css Color HEX #FEE5C8 Bisque

📋 copy color: '#FEE5C8'

red 254 ◦ green 229 ◦ blue 200

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

Shades of Bisque #FEE5C8

Tints of Bisque #FEE5C8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.53%

 BLUE value IS 200 (78.52% from 255) = 29.28%

R = 37.19%
G = 33.53%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEE5C8 (or 0xFEE5C8) is known color: Bisque. HEX triplet: FE, E5 and C8. RGB value is (254,229,200). Sum of RGB (Red+Green+Blue) = 254+229+200=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 200 (78.52% from 255 or 29.28% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5C8 is #011A37. Grayscale: #E9E9E9. Windows color (decimal): -72248 or 13166078. OLE color: 13166078.

HSL color Cylindrical-coordinate representation of color #FEE5C8: hue angle of 32.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEE5C8 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 229 200 -
CMYK 0 0.10 0.21 0.00
HSL 32.22º 0.96% 0.89% -
HSV(B) 32.22º 0.21% 1% -
XYZ 79.32 81.28 66.15 -
YUV 233.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 254 229 200 0 0.10 0.21 0.00 32.22 0.96 0.89
Hex FE E5 C8 0 A 15 0 20 60 59
Octal 376 345 310 0 12 25 0 40 140 131
Binary 11111110 11100101 11001000 0 1010 10101 0 100000 1100000 1011001

Color Harmonies of #FEE5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5C8

Black with #FEE5C8

Text Example


Text Example

White with #FEE5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5C8; }

 p { color: rgb(254,229,200); }

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

background-color css

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

 a { background-color: rgb(254,229,200); }

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

border-color css

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

 span { border-color: rgb(254,229,200); }

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