Html Css Color HEX #FFE6CC Bisque

📋 copy color: '#FFE6CC'

red 255 ◦ green 230 ◦ blue 204

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

Shades of Bisque #FFE6CC

Tints of Bisque #FFE6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.38%

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

R = 37.01%
G = 33.38%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFE6CC (or 0xFFE6CC) is known color: Bisque. HEX triplet: FF, E6 and CC. RGB value is (255,230,204). Sum of RGB (Red+Green+Blue) = 255+230+204=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6CC is #001933. Grayscale: #EAEAEA. Windows color (decimal): -6452 or 13428479. OLE color: 13428479.

HSL color Cylindrical-coordinate representation of color #FFE6CC: hue angle of 30.59º 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 #FFE6CC is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 230 204 -
CMYK 0 0.10 0.2 0
HSL 30.59º 1% 0.9% -
HSV(B) 30.59º 0.2% 1% -
XYZ 80.44 82.21 68.76 -
YUV 234.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 255 230 204 0 0.10 0.2 0 30.59 1 0.9
Hex FF E6 CC 0 A 14 0 1F 64 5A
Octal 377 346 314 0 12 24 0 37 144 132
Binary 11111111 11100110 11001100 0 1010 10100 0 11111 1100100 1011010

Color Harmonies of #FFE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6CC

Black with #FFE6CC

Text Example


Text Example

White with #FFE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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