Html Css Color HEX #FDE0BE Bisque

📋 copy color: '#FDE0BE'

red 253 ◦ green 224 ◦ blue 190

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

Shades of Bisque #FDE0BE

Tints of Bisque #FDE0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.49%

R = 37.93%
G = 33.58%
B = 28.49%

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

#FDE0BE (or 0xFDE0BE) is known color: Bisque. HEX triplet: FD, E0 and BE. RGB value is (253,224,190). Sum of RGB (Red+Green+Blue) = 253+224+190=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0BE is #021F41. Grayscale: #E4E4E4. Windows color (decimal): -139074 or 12509437. OLE color: 12509437.

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

Color convert

RGB 253 224 190 -
CMYK 0 0.11 0.25 0.01
HSL 32.38º 0.94% 0.87% -
HSV(B) 32.38º 0.25% 0.99% -
XYZ 76.46 77.91 59.72 -
YUV 228.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 253 224 190 0 0.11 0.25 0.01 32.38 0.94 0.87
Hex FD E0 BE 0 B 19 1 20 5E 57
Octal 375 340 276 0 13 31 1 40 136 127
Binary 11111101 11100000 10111110 0 1011 11001 1 100000 1011110 1010111

Color Harmonies of #FDE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0BE

Black with #FDE0BE

Text Example


Text Example

White with #FDE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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