Html Css Color HEX #FEE2C7 Bisque

📋 copy color: '#FEE2C7'

red 254 ◦ green 226 ◦ blue 199

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

Shades of Bisque #FEE2C7

Tints of Bisque #FEE2C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.31%

R = 37.41%
G = 33.28%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEE2C7 (or 0xFEE2C7) is known color: Bisque. HEX triplet: FE, E2 and C7. RGB value is (254,226,199). Sum of RGB (Red+Green+Blue) = 254+226+199=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 199 (78.12% from 255 or 29.31% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C7 is #011D38. Grayscale: #E7E7E7. Windows color (decimal): -73017 or 13099774. OLE color: 13099774.

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

Color convert

RGB 254 226 199 -
CMYK 0 0.11 0.22 0.00
HSL 29.45º 0.96% 0.89% -
HSV(B) 29.45º 0.22% 1% -
XYZ 78.38 79.59 65.26 -
YUV 231.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 254 226 199 0 0.11 0.22 0.00 29.45 0.96 0.89
Hex FE E2 C7 0 B 16 0 1D 60 59
Octal 376 342 307 0 13 26 0 35 140 131
Binary 11111110 11100010 11000111 0 1011 10110 0 11101 1100000 1011001

Color Harmonies of #FEE2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2C7

Black with #FEE2C7

Text Example


Text Example

White with #FEE2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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