Html Css Color HEX #FDE3C0 Bisque

📋 copy color: '#FDE3C0'

red 253 ◦ green 227 ◦ blue 192

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

Shades of Bisque #FDE3C0

Tints of Bisque #FDE3C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.57%

R = 37.65%
G = 33.78%
B = 28.57%

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

#FDE3C0 (or 0xFDE3C0) is known color: Bisque. HEX triplet: FD, E3 and C0. RGB value is (253,227,192). Sum of RGB (Red+Green+Blue) = 253+227+192=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3C0 is #021C3F. Grayscale: #E6E6E6. Windows color (decimal): -138304 or 12641277. OLE color: 12641277.

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

Color convert

RGB 253 227 192 -
CMYK 0 0.10 0.24 0.01
HSL 34.43º 0.94% 0.87% -
HSV(B) 34.43º 0.24% 0.99% -
XYZ 77.49 79.63 61.15 -
YUV 230.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 253 227 192 0 0.10 0.24 0.01 34.43 0.94 0.87
Hex FD E3 C0 0 A 18 1 22 5E 57
Octal 375 343 300 0 12 30 1 42 136 127
Binary 11111101 11100011 11000000 0 1010 11000 1 100010 1011110 1010111

Color Harmonies of #FDE3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3C0

Black with #FDE3C0

Text Example


Text Example

White with #FDE3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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