Html Css Color HEX #FDE2CA Bisque

📋 copy color: '#FDE2CA'

red 253 ◦ green 226 ◦ blue 202

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

Shades of Bisque #FDE2CA

Tints of Bisque #FDE2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.19%

 BLUE value IS 202 (79.3% from 255) = 29.66%

R = 37.15%
G = 33.19%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDE2CA (or 0xFDE2CA) is known color: Bisque. HEX triplet: FD, E2 and CA. RGB value is (253,226,202). Sum of RGB (Red+Green+Blue) = 253+226+202=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2CA is #021D35. Grayscale: #E7E7E7. Windows color (decimal): -138550 or 13296381. OLE color: 13296381.

HSL color Cylindrical-coordinate representation of color #FDE2CA: hue angle of 28.24º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE2CA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 202 -
CMYK 0 0.11 0.20 0.01
HSL 28.24º 0.93% 0.89% -
HSV(B) 28.24º 0.2% 0.99% -
XYZ 78.37 79.54 67.1 -
YUV 231.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 253 226 202 0 0.11 0.20 0.01 28.24 0.93 0.89
Hex FD E2 CA 0 B 14 1 1C 5D 59
Octal 375 342 312 0 13 24 1 34 135 131
Binary 11111101 11100010 11001010 0 1011 10100 1 11100 1011101 1011001

Color Harmonies of #FDE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2CA

Black with #FDE2CA

Text Example


Text Example

White with #FDE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2CA; }

 p { color: rgb(253,226,202); }

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

background-color css

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

 a { background-color: rgb(253,226,202); }

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

border-color css

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

 span { border-color: rgb(253,226,202); }

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