Html Css Color HEX #FFE2CC Bisque

📋 copy color: '#FFE2CC'

red 255 ◦ green 226 ◦ blue 204

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

Shades of Bisque #FFE2CC

Tints of Bisque #FFE2CC

RGB

 RED value IS 255 (100% from 255) = 37.23%

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

 BLUE value IS 204 (80.08% from 255) = 29.78%

R = 37.23%
G = 32.99%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFE2CC (or 0xFFE2CC) is known color: Bisque. HEX triplet: FF, E2 and CC. RGB value is (255,226,204). Sum of RGB (Red+Green+Blue) = 255+226+204=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2CC is #001D33. Grayscale: #E8E8E8. Windows color (decimal): -7476 or 13427455. OLE color: 13427455.

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

Color convert

RGB 255 226 204 -
CMYK 0 0.11 0.2 0
HSL 25.88º 1% 0.9% -
HSV(B) 25.88º 0.2% 1% -
XYZ 79.34 80.01 68.39 -
YUV 232.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 255 226 204 0 0.11 0.2 0 25.88 1 0.9
Hex FF E2 CC 0 B 14 0 1A 64 5A
Octal 377 342 314 0 13 24 0 32 144 132
Binary 11111111 11100010 11001100 0 1011 10100 0 11010 1100100 1011010

Color Harmonies of #FFE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2CC

Black with #FFE2CC

Text Example


Text Example

White with #FFE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2CC; }

 p { color: rgb(255,226,204); }

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

background-color css

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

 a { background-color: rgb(255,226,204); }

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

border-color css

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

 span { border-color: rgb(255,226,204); }

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