Html Css Color HEX #FFE5CD Bisque

📋 copy color: '#FFE5CD'

red 255 ◦ green 229 ◦ blue 205

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

Shades of Bisque #FFE5CD

Tints of Bisque #FFE5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.75%

R = 37.01%
G = 33.24%
B = 29.75%

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

#FFE5CD (or 0xFFE5CD) is known color: Bisque. HEX triplet: FF, E5 and CD. RGB value is (255,229,205). Sum of RGB (Red+Green+Blue) = 255+229+205=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CD is #001A32. Grayscale: #EAEAEA. Windows color (decimal): -6707 or 13493759. OLE color: 13493759.

HSL color Cylindrical-coordinate representation of color #FFE5CD: hue angle of 28.8º 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 #FFE5CD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 229 205 -
CMYK 0 0.10 0.20 0
HSL 28.8º 1% 0.9% -
HSV(B) 28.8º 0.2% 1% -
XYZ 80.28 81.71 69.3 -
YUV 234.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 255 229 205 0 0.10 0.20 0 28.8 1 0.9
Hex FF E5 CD 0 A 14 0 1D 64 5A
Octal 377 345 315 0 12 24 0 35 144 132
Binary 11111111 11100101 11001101 0 1010 10100 0 11101 1100100 1011010

Color Harmonies of #FFE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5CD

Black with #FFE5CD

Text Example


Text Example

White with #FFE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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