Html Css Color HEX #FFE1C3 Bisque

📋 copy color: '#FFE1C3'

red 255 ◦ green 225 ◦ blue 195

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

Shades of Bisque #FFE1C3

Tints of Bisque #FFE1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.89%

R = 37.78%
G = 33.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFE1C3 (or 0xFFE1C3) is known color: Bisque. HEX triplet: FF, E1 and C3. RGB value is (255,225,195). Sum of RGB (Red+Green+Blue) = 255+225+195=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 195 (76.56% from 255 or 28.89% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1C3 is #001E3C. Grayscale: #E6E6E6. Windows color (decimal): -7741 or 12837375. OLE color: 12837375.

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

Color convert

RGB 255 225 195 -
CMYK 0 0.12 0.24 0
HSL 30º 1% 0.88% -
HSV(B) 30º 0.24% 1% -
XYZ 78.02 79.05 62.78 -
YUV 230.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 255 225 195 0 0.12 0.24 0 30 1 0.88
Hex FF E1 C3 0 C 18 0 1E 64 58
Octal 377 341 303 0 14 30 0 36 144 130
Binary 11111111 11100001 11000011 0 1100 11000 0 11110 1100100 1011000

Color Harmonies of #FFE1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1C3

Black with #FFE1C3

Text Example


Text Example

White with #FFE1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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