Html Css Color HEX #FEE1C8 Bisque

📋 copy color: '#FEE1C8'

red 254 ◦ green 225 ◦ blue 200

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

Shades of Bisque #FEE1C8

Tints of Bisque #FEE1C8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.14%

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

R = 37.41%
G = 33.14%
B = 29.46%

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

#FEE1C8 (or 0xFEE1C8) is known color: Bisque. HEX triplet: FE, E1 and C8. RGB value is (254,225,200). Sum of RGB (Red+Green+Blue) = 254+225+200=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 200 (78.52% from 255 or 29.46% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1C8 is #011E37. Grayscale: #E6E6E6. Windows color (decimal): -73272 or 13165054. OLE color: 13165054.

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

Color convert

RGB 254 225 200 -
CMYK 0 0.11 0.21 0.00
HSL 27.78º 0.96% 0.89% -
HSV(B) 27.78º 0.21% 1% -
XYZ 78.22 79.09 65.79 -
YUV 230.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 254 225 200 0 0.11 0.21 0.00 27.78 0.96 0.89
Hex FE E1 C8 0 B 15 0 1C 60 59
Octal 376 341 310 0 13 25 0 34 140 131
Binary 11111110 11100001 11001000 0 1011 10101 0 11100 1100000 1011001

Color Harmonies of #FEE1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1C8

Black with #FEE1C8

Text Example


Text Example

White with #FEE1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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