Html Css Color HEX #FFE5C5 Bisque

📋 copy color: '#FFE5C5'

red 255 ◦ green 229 ◦ blue 197

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

Shades of Bisque #FFE5C5

Tints of Bisque #FFE5C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.93%

R = 37.44%
G = 33.63%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFE5C5 (or 0xFFE5C5) is known color: Bisque. HEX triplet: FF, E5 and C5. RGB value is (255,229,197). Sum of RGB (Red+Green+Blue) = 255+229+197=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 197 (77.34% from 255 or 28.93% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5C5 is #001A3A. Grayscale: #E9E9E9. Windows color (decimal): -6715 or 12969471. OLE color: 12969471.

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

Color convert

RGB 255 229 197 -
CMYK 0 0.10 0.23 0
HSL 33.1º 1% 0.89% -
HSV(B) 33.1º 0.23% 1% -
XYZ 79.34 81.33 64.34 -
YUV 233.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 255 229 197 0 0.10 0.23 0 33.1 1 0.89
Hex FF E5 C5 0 A 17 0 21 64 59
Octal 377 345 305 0 12 27 0 41 144 131
Binary 11111111 11100101 11000101 0 1010 10111 0 100001 1100100 1011001

Color Harmonies of #FFE5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5C5

Black with #FFE5C5

Text Example


Text Example

White with #FFE5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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