Html Css Color HEX #FEE6C4 Bisque

📋 copy color: '#FEE6C4'

red 254 ◦ green 230 ◦ blue 196

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

Shades of Bisque #FEE6C4

Tints of Bisque #FEE6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 28.82%

R = 37.35%
G = 33.82%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEE6C4 (or 0xFEE6C4) is known color: Bisque. HEX triplet: FE, E6 and C4. RGB value is (254,230,196). Sum of RGB (Red+Green+Blue) = 254+230+196=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 196 (76.95% from 255 or 28.82% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6C4 is #01193B. Grayscale: #E9E9E9. Windows color (decimal): -71996 or 12904190. OLE color: 12904190.

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

Color convert

RGB 254 230 196 -
CMYK 0 0.09 0.23 0.00
HSL 35.17º 0.97% 0.88% -
HSV(B) 35.17º 0.23% 1% -
XYZ 79.13 81.65 63.81 -
YUV 233.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 254 230 196 0 0.09 0.23 0.00 35.17 0.97 0.88
Hex FE E6 C4 0 9 17 0 23 61 58
Octal 376 346 304 0 11 27 0 43 141 130
Binary 11111110 11100110 11000100 0 1001 10111 0 100011 1100001 1011000

Color Harmonies of #FEE6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6C4

Black with #FEE6C4

Text Example


Text Example

White with #FEE6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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