Html Css Color HEX #FEE3C8 Bisque

📋 copy color: '#FEE3C8'

red 254 ◦ green 227 ◦ blue 200

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

Shades of Bisque #FEE3C8

Tints of Bisque #FEE3C8

RGB

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

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

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

R = 37.3%
G = 33.33%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEE3C8 (or 0xFEE3C8) is known color: Bisque. HEX triplet: FE, E3 and C8. RGB value is (254,227,200). Sum of RGB (Red+Green+Blue) = 254+227+200=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 200 (78.52% from 255 or 29.37% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3C8 is #011C37. Grayscale: #E8E8E8. Windows color (decimal): -72760 or 13165566. OLE color: 13165566.

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

Color convert

RGB 254 227 200 -
CMYK 0 0.11 0.21 0.00
HSL 30º 0.96% 0.89% -
HSV(B) 30º 0.21% 1% -
XYZ 78.77 80.18 65.97 -
YUV 232 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 254 227 200 0 0.11 0.21 0.00 30 0.96 0.89
Hex FE E3 C8 0 B 15 0 1E 60 59
Octal 376 343 310 0 13 25 0 36 140 131
Binary 11111110 11100011 11001000 0 1011 10101 0 11110 1100000 1011001

Color Harmonies of #FEE3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE3C8

Black with #FEE3C8

Text Example


Text Example

White with #FEE3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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