Html Css Color HEX #FEE2C9 Bisque

📋 copy color: '#FEE2C9'

red 254 ◦ green 226 ◦ blue 201

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

Shades of Bisque #FEE2C9

Tints of Bisque #FEE2C9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.19%

 BLUE value IS 201 (78.91% from 255) = 29.52%

R = 37.3%
G = 33.19%
B = 29.52%

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

#FEE2C9 (or 0xFEE2C9) is known color: Bisque. HEX triplet: FE, E2 and C9. RGB value is (254,226,201). Sum of RGB (Red+Green+Blue) = 254+226+201=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 201 (78.91% from 255 or 29.52% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C9 is #011D36. Grayscale: #E7E7E7. Windows color (decimal): -73015 or 13230846. OLE color: 13230846.

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

Color convert

RGB 254 226 201 -
CMYK 0 0.11 0.21 0.00
HSL 28.3º 0.96% 0.89% -
HSV(B) 28.3º 0.21% 1% -
XYZ 78.61 79.68 66.49 -
YUV 231.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 254 226 201 0 0.11 0.21 0.00 28.3 0.96 0.89
Hex FE E2 C9 0 B 15 0 1C 60 59
Octal 376 342 311 0 13 25 0 34 140 131
Binary 11111110 11100010 11001001 0 1011 10101 0 11100 1100000 1011001

Color Harmonies of #FEE2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2C9

Black with #FEE2C9

Text Example


Text Example

White with #FEE2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2C9; }

 p { color: rgb(254,226,201); }

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

background-color css

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

 a { background-color: rgb(254,226,201); }

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

border-color css

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

 span { border-color: rgb(254,226,201); }

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