Html Css Color HEX #FFE6C4 Bisque

📋 copy color: '#FFE6C4'

red 255 ◦ green 230 ◦ blue 196

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

Shades of Bisque #FFE6C4

Tints of Bisque #FFE6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 28.78%

R = 37.44%
G = 33.77%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFE6C4 (or 0xFFE6C4) is known color: Bisque. HEX triplet: FF, E6 and C4. RGB value is (255,230,196). Sum of RGB (Red+Green+Blue) = 255+230+196=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 196 (76.95% from 255 or 28.78% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6C4 is #00193B. Grayscale: #E9E9E9. Windows color (decimal): -6460 or 12904191. OLE color: 12904191.

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

Color convert

RGB 255 230 196 -
CMYK 0 0.10 0.23 0
HSL 34.58º 1% 0.88% -
HSV(B) 34.58º 0.23% 1% -
XYZ 79.5 81.84 63.83 -
YUV 233.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 255 230 196 0 0.10 0.23 0 34.58 1 0.88
Hex FF E6 C4 0 A 17 0 23 64 58
Octal 377 346 304 0 12 27 0 43 144 130
Binary 11111111 11100110 11000100 0 1010 10111 0 100011 1100100 1011000

Color Harmonies of #FFE6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6C4

Black with #FFE6C4

Text Example


Text Example

White with #FFE6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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