Html Css Color HEX #FFE1C7 Bisque

📋 copy color: '#FFE1C7'

red 255 ◦ green 225 ◦ blue 199

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

Shades of Bisque #FFE1C7

Tints of Bisque #FFE1C7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.14%

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

R = 37.56%
G = 33.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFE1C7 (or 0xFFE1C7) is known color: Bisque. HEX triplet: FF, E1 and C7. RGB value is (255,225,199). Sum of RGB (Red+Green+Blue) = 255+225+199=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 199 (78.12% from 255 or 29.31% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1C7 is #001E38. Grayscale: #E7E7E7. Windows color (decimal): -7737 or 13099519. OLE color: 13099519.

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

Color convert

RGB 255 225 199 -
CMYK 0 0.12 0.22 0
HSL 27.86º 1% 0.89% -
HSV(B) 27.86º 0.22% 1% -
XYZ 78.47 79.23 65.19 -
YUV 231.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 255 225 199 0 0.12 0.22 0 27.86 1 0.89
Hex FF E1 C7 0 C 16 0 1C 64 59
Octal 377 341 307 0 14 26 0 34 144 131
Binary 11111111 11100001 11000111 0 1100 10110 0 11100 1100100 1011001

Color Harmonies of #FFE1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1C7

Black with #FFE1C7

Text Example


Text Example

White with #FFE1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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