Html Css Color HEX #FDE3C1 Bisque

📋 copy color: '#FDE3C1'

red 253 ◦ green 227 ◦ blue 193

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

Shades of Bisque #FDE3C1

Tints of Bisque #FDE3C1

RGB

 RED value IS 253 (99.22% from 255) = 37.59%

 GREEN value IS 227 (89.06% from 255) = 33.73%

 BLUE value IS 193 (75.78% from 255) = 28.68%

R = 37.59%
G = 33.73%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDE3C1 (or 0xFDE3C1) is known color: Bisque. HEX triplet: FD, E3 and C1. RGB value is (253,227,193). Sum of RGB (Red+Green+Blue) = 253+227+193=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 193 (75.78% from 255 or 28.68% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3C1 is #021C3E. Grayscale: #E7E7E7. Windows color (decimal): -138303 or 12706813. OLE color: 12706813.

HSL color Cylindrical-coordinate representation of color #FDE3C1: hue angle of 34º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDE3C1 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 193 -
CMYK 0 0.10 0.24 0.01
HSL 34º 0.94% 0.87% -
HSV(B) 34º 0.24% 0.99% -
XYZ 77.6 79.67 61.74 -
YUV 230.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 253 227 193 0 0.10 0.24 0.01 34 0.94 0.87
Hex FD E3 C1 0 A 18 1 22 5E 57
Octal 375 343 301 0 12 30 1 42 136 127
Binary 11111101 11100011 11000001 0 1010 11000 1 100010 1011110 1010111

Color Harmonies of #FDE3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3C1

Black with #FDE3C1

Text Example


Text Example

White with #FDE3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3C1; }

 p { color: rgb(253,227,193); }

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

background-color css

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

 a { background-color: rgb(253,227,193); }

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

border-color css

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

 span { border-color: rgb(253,227,193); }

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