Html Css Color HEX #FEE4C2 Bisque

📋 copy color: '#FEE4C2'

red 254 ◦ green 228 ◦ blue 194

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

Shades of Bisque #FEE4C2

Tints of Bisque #FEE4C2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.73%

 BLUE value IS 194 (76.17% from 255) = 28.7%

R = 37.57%
G = 33.73%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEE4C2 (or 0xFEE4C2) is known color: Bisque. HEX triplet: FE, E4 and C2. RGB value is (254,228,194). Sum of RGB (Red+Green+Blue) = 254+228+194=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4C2 is #011B3D. Grayscale: #E8E8E8. Windows color (decimal): -72510 or 12772606. OLE color: 12772606.

HSL color Cylindrical-coordinate representation of color #FEE4C2: hue angle of 34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE4C2 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 228 194 -
CMYK 0 0.10 0.24 0.00
HSL 34º 0.97% 0.88% -
HSV(B) 34º 0.24% 1% -
XYZ 78.35 80.45 62.44 -
YUV 231.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 254 228 194 0 0.10 0.24 0.00 34 0.97 0.88
Hex FE E4 C2 0 A 18 0 22 61 58
Octal 376 344 302 0 12 30 0 42 141 130
Binary 11111110 11100100 11000010 0 1010 11000 0 100010 1100001 1011000

Color Harmonies of #FEE4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE4C2

Black with #FEE4C2

Text Example


Text Example

White with #FEE4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE4C2; }

 p { color: rgb(254,228,194); }

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

background-color css

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

 a { background-color: rgb(254,228,194); }

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

border-color css

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

 span { border-color: rgb(254,228,194); }

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