Html Css Color HEX #FEE2CA Bisque

📋 copy color: '#FEE2CA'

red 254 ◦ green 226 ◦ blue 202

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

Shades of Bisque #FEE2CA

Tints of Bisque #FEE2CA

RGB

 RED value IS 254 (99.61% from 255) = 37.24%

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

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

R = 37.24%
G = 33.14%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEE2CA (or 0xFEE2CA) is known color: Bisque. HEX triplet: FE, E2 and CA. RGB value is (254,226,202). Sum of RGB (Red+Green+Blue) = 254+226+202=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2CA is #011D35. Grayscale: #E7E7E7. Windows color (decimal): -73014 or 13296382. OLE color: 13296382.

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

Color convert

RGB 254 226 202 -
CMYK 0 0.11 0.20 0.00
HSL 27.69º 0.96% 0.89% -
HSV(B) 27.69º 0.2% 1% -
XYZ 78.73 79.73 67.12 -
YUV 231.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 254 226 202 0 0.11 0.20 0.00 27.69 0.96 0.89
Hex FE E2 CA 0 B 14 0 1C 60 59
Octal 376 342 312 0 13 24 0 34 140 131
Binary 11111110 11100010 11001010 0 1011 10100 0 11100 1100000 1011001

Color Harmonies of #FEE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2CA

Black with #FEE2CA

Text Example


Text Example

White with #FEE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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