Html Css Color HEX #FEE6C7 Bisque

📋 copy color: '#FEE6C7'

red 254 ◦ green 230 ◦ blue 199

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

Shades of Bisque #FEE6C7

Tints of Bisque #FEE6C7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.67%

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

R = 37.19%
G = 33.67%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEE6C7 (or 0xFEE6C7) is known color: Bisque. HEX triplet: FE, E6 and C7. RGB value is (254,230,199). Sum of RGB (Red+Green+Blue) = 254+230+199=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 199 (78.12% from 255 or 29.14% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6C7 is #011938. Grayscale: #E9E9E9. Windows color (decimal): -71993 or 13100798. OLE color: 13100798.

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

Color convert

RGB 254 230 199 -
CMYK 0 0.09 0.22 0.00
HSL 33.82º 0.96% 0.89% -
HSV(B) 33.82º 0.22% 1% -
XYZ 79.48 81.79 65.63 -
YUV 233.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 254 230 199 0 0.09 0.22 0.00 33.82 0.96 0.89
Hex FE E6 C7 0 9 16 0 22 60 59
Octal 376 346 307 0 11 26 0 42 140 131
Binary 11111110 11100110 11000111 0 1001 10110 0 100010 1100000 1011001

Color Harmonies of #FEE6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6C7

Black with #FEE6C7

Text Example


Text Example

White with #FEE6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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