Html Css Color HEX #FFE5C0 Bisque

📋 copy color: '#FFE5C0'

red 255 ◦ green 229 ◦ blue 192

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

Shades of Bisque #FFE5C0

Tints of Bisque #FFE5C0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.88%

 BLUE value IS 192 (75.39% from 255) = 28.4%

R = 37.72%
G = 33.88%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFE5C0 (or 0xFFE5C0) is known color: Bisque. HEX triplet: FF, E5 and C0. RGB value is (255,229,192). Sum of RGB (Red+Green+Blue) = 255+229+192=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5C0 is #001A3F. Grayscale: #E8E8E8. Windows color (decimal): -6720 or 12641791. OLE color: 12641791.

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

Color convert

RGB 255 229 192 -
CMYK 0 0.10 0.25 0
HSL 35.24º 1% 0.88% -
HSV(B) 35.24º 0.25% 1% -
XYZ 78.77 81.1 61.37 -
YUV 232.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 255 229 192 0 0.10 0.25 0 35.24 1 0.88
Hex FF E5 C0 0 A 19 0 23 64 58
Octal 377 345 300 0 12 31 0 43 144 130
Binary 11111111 11100101 11000000 0 1010 11001 0 100011 1100100 1011000

Color Harmonies of #FFE5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5C0

Black with #FFE5C0

Text Example


Text Example

White with #FFE5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5C0; }

 p { color: rgb(255,229,192); }

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

background-color css

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

 a { background-color: rgb(255,229,192); }

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

border-color css

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

 span { border-color: rgb(255,229,192); }

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