Html Css Color HEX #FEE6C2 Bisque

📋 copy color: '#FEE6C2'

red 254 ◦ green 230 ◦ blue 194

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

Shades of Bisque #FEE6C2

Tints of Bisque #FEE6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.61%

R = 37.46%
G = 33.92%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEE6C2 (or 0xFEE6C2) is known color: Bisque. HEX triplet: FE, E6 and C2. RGB value is (254,230,194). Sum of RGB (Red+Green+Blue) = 254+230+194=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 194 (76.17% from 255 or 28.61% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6C2 is #01193D. Grayscale: #E9E9E9. Windows color (decimal): -71998 or 12773118. OLE color: 12773118.

HSL color Cylindrical-coordinate representation of color #FEE6C2: hue angle of 36º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE6C2 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 230 194 -
CMYK 0 0.09 0.24 0.00
HSL 36º 0.97% 0.88% -
HSV(B) 36º 0.24% 1% -
XYZ 78.91 81.56 62.62 -
YUV 233.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 254 230 194 0 0.09 0.24 0.00 36 0.97 0.88
Hex FE E6 C2 0 9 18 0 24 61 58
Octal 376 346 302 0 11 30 0 44 141 130
Binary 11111110 11100110 11000010 0 1001 11000 0 100100 1100001 1011000

Color Harmonies of #FEE6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6C2

Black with #FEE6C2

Text Example


Text Example

White with #FEE6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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