Html Css Color HEX #FDE5C6 Bisque

📋 copy color: '#FDE5C6'

red 253 ◦ green 229 ◦ blue 198

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

Shades of Bisque #FDE5C6

Tints of Bisque #FDE5C6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.68%

 BLUE value IS 198 (77.73% from 255) = 29.12%

R = 37.21%
G = 33.68%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDE5C6 (or 0xFDE5C6) is known color: Bisque. HEX triplet: FD, E5 and C6. RGB value is (253,229,198). Sum of RGB (Red+Green+Blue) = 253+229+198=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 198 (77.73% from 255 or 29.12% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5C6 is #021A39. Grayscale: #E8E8E8. Windows color (decimal): -137786 or 13035005. OLE color: 13035005.

HSL color Cylindrical-coordinate representation of color #FDE5C6: hue angle of 33.82º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDE5C6 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 198 -
CMYK 0 0.09 0.22 0.01
HSL 33.82º 0.93% 0.88% -
HSV(B) 33.82º 0.22% 0.99% -
XYZ 78.72 81 64.91 -
YUV 232.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 253 229 198 0 0.09 0.22 0.01 33.82 0.93 0.88
Hex FD E5 C6 0 9 16 1 22 5D 58
Octal 375 345 306 0 11 26 1 42 135 130
Binary 11111101 11100101 11000110 0 1001 10110 1 100010 1011101 1011000

Color Harmonies of #FDE5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5C6

Black with #FDE5C6

Text Example


Text Example

White with #FDE5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5C6; }

 p { color: rgb(253,229,198); }

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

background-color css

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

 a { background-color: rgb(253,229,198); }

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

border-color css

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

 span { border-color: rgb(253,229,198); }

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