Html Css Color HEX #FEE6CB Bisque

📋 copy color: '#FEE6CB'

red 254 ◦ green 230 ◦ blue 203

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

Shades of Bisque #FEE6CB

Tints of Bisque #FEE6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.55%

R = 36.97%
G = 33.48%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEE6CB (or 0xFEE6CB) is known color: Bisque. HEX triplet: FE, E6 and CB. RGB value is (254,230,203). Sum of RGB (Red+Green+Blue) = 254+230+203=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6CB is #011934. Grayscale: #EAEAEA. Windows color (decimal): -71989 or 13362942. OLE color: 13362942.

HSL color Cylindrical-coordinate representation of color #FEE6CB: hue angle of 31.76º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE6CB is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 230 203 -
CMYK 0 0.09 0.20 0.00
HSL 31.76º 0.96% 0.9% -
HSV(B) 31.76º 0.2% 1% -
XYZ 79.95 81.98 68.11 -
YUV 234.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 254 230 203 0 0.09 0.20 0.00 31.76 0.96 0.9
Hex FE E6 CB 0 9 14 0 20 60 5A
Octal 376 346 313 0 11 24 0 40 140 132
Binary 11111110 11100110 11001011 0 1001 10100 0 100000 1100000 1011010

Color Harmonies of #FEE6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6CB

Black with #FEE6CB

Text Example


Text Example

White with #FEE6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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