Html Css Color HEX #FFE6CB Bisque

📋 copy color: '#FFE6CB'

red 255 ◦ green 230 ◦ blue 203

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

Shades of Bisque #FFE6CB

Tints of Bisque #FFE6CB

RGB

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

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

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

R = 37.06%
G = 33.43%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFE6CB (or 0xFFE6CB) is known color: Bisque. HEX triplet: FF, E6 and CB. RGB value is (255,230,203). Sum of RGB (Red+Green+Blue) = 255+230+203=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6CB is #001934. Grayscale: #EAEAEA. Windows color (decimal): -6453 or 13362943. OLE color: 13362943.

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

Color convert

RGB 255 230 203 -
CMYK 0 0.10 0.20 0
HSL 31.15º 1% 0.9% -
HSV(B) 31.15º 0.2% 1% -
XYZ 80.32 82.17 68.13 -
YUV 234.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 255 230 203 0 0.10 0.20 0 31.15 1 0.9
Hex FF E6 CB 0 A 14 0 1F 64 5A
Octal 377 346 313 0 12 24 0 37 144 132
Binary 11111111 11100110 11001011 0 1010 10100 0 11111 1100100 1011010

Color Harmonies of #FFE6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6CB

Black with #FFE6CB

Text Example


Text Example

White with #FFE6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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