Html Css Color HEX #FFE2C7 Bisque

📋 copy color: '#FFE2C7'

red 255 ◦ green 226 ◦ blue 199

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

Shades of Bisque #FFE2C7

Tints of Bisque #FFE2C7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.24%

 BLUE value IS 199 (78.13% from 255) = 29.26%

R = 37.5%
G = 33.24%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFE2C7 (or 0xFFE2C7) is known color: Bisque. HEX triplet: FF, E2 and C7. RGB value is (255,226,199). Sum of RGB (Red+Green+Blue) = 255+226+199=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 199 (78.12% from 255 or 29.26% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2C7 is #001D38. Grayscale: #E7E7E7. Windows color (decimal): -7481 or 13099775. OLE color: 13099775.

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

Color convert

RGB 255 226 199 -
CMYK 0 0.11 0.22 0
HSL 28.93º 1% 0.89% -
HSV(B) 28.93º 0.22% 1% -
XYZ 78.75 79.78 65.28 -
YUV 231.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 255 226 199 0 0.11 0.22 0 28.93 1 0.89
Hex FF E2 C7 0 B 16 0 1D 64 59
Octal 377 342 307 0 13 26 0 35 144 131
Binary 11111111 11100010 11000111 0 1011 10110 0 11101 1100100 1011001

Color Harmonies of #FFE2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2C7

Black with #FFE2C7

Text Example


Text Example

White with #FFE2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2C7; }

 p { color: rgb(255,226,199); }

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

background-color css

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

 a { background-color: rgb(255,226,199); }

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

border-color css

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

 span { border-color: rgb(255,226,199); }

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