Html Css Color HEX #FFE6C8 Bisque

📋 copy color: '#FFE6C8'

red 255 ◦ green 230 ◦ blue 200

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

Shades of Bisque #FFE6C8

Tints of Bisque #FFE6C8

RGB

 RED value IS 255 (100% from 255) = 37.23%

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

 BLUE value IS 200 (78.52% from 255) = 29.2%

R = 37.23%
G = 33.58%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFE6C8 (or 0xFFE6C8) is known color: Bisque. HEX triplet: FF, E6 and C8. RGB value is (255,230,200). Sum of RGB (Red+Green+Blue) = 255+230+200=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 200 (78.52% from 255 or 29.20% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6C8 is #001937. Grayscale: #EAEAEA. Windows color (decimal): -6456 or 13166335. OLE color: 13166335.

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

Color convert

RGB 255 230 200 -
CMYK 0 0.10 0.22 0
HSL 32.73º 1% 0.89% -
HSV(B) 32.73º 0.22% 1% -
XYZ 79.96 82.02 66.26 -
YUV 234.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 255 230 200 0 0.10 0.22 0 32.73 1 0.89
Hex FF E6 C8 0 A 16 0 21 64 59
Octal 377 346 310 0 12 26 0 41 144 131
Binary 11111111 11100110 11001000 0 1010 10110 0 100001 1100100 1011001

Color Harmonies of #FFE6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6C8

Black with #FFE6C8

Text Example


Text Example

White with #FFE6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6C8; }

 p { color: rgb(255,230,200); }

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

background-color css

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

 a { background-color: rgb(255,230,200); }

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

border-color css

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

 span { border-color: rgb(255,230,200); }

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