Html Css Color HEX #FDE0BD Bisque

📋 copy color: '#FDE0BD'

red 253 ◦ green 224 ◦ blue 189

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

Shades of Bisque #FDE0BD

Tints of Bisque #FDE0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.63%

 BLUE value IS 189 (74.22% from 255) = 28.38%

R = 37.99%
G = 33.63%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDE0BD (or 0xFDE0BD) is known color: Bisque. HEX triplet: FD, E0 and BD. RGB value is (253,224,189). Sum of RGB (Red+Green+Blue) = 253+224+189=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0BD is #021F42. Grayscale: #E4E4E4. Windows color (decimal): -139075 or 12443901. OLE color: 12443901.

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

Color convert

RGB 253 224 189 -
CMYK 0 0.11 0.25 0.01
HSL 32.81º 0.94% 0.87% -
HSV(B) 32.81º 0.25% 0.99% -
XYZ 76.35 77.87 59.15 -
YUV 228.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 253 224 189 0 0.11 0.25 0.01 32.81 0.94 0.87
Hex FD E0 BD 0 B 19 1 21 5E 57
Octal 375 340 275 0 13 31 1 41 136 127
Binary 11111101 11100000 10111101 0 1011 11001 1 100001 1011110 1010111

Color Harmonies of #FDE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0BD

Black with #FDE0BD

Text Example


Text Example

White with #FDE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0BD; }

 p { color: rgb(253,224,189); }

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

background-color css

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

 a { background-color: rgb(253,224,189); }

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

border-color css

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

 span { border-color: rgb(253,224,189); }

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