Html Css Color HEX #FFE6CA Bisque

📋 copy color: '#FFE6CA'

red 255 ◦ green 230 ◦ blue 202

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

Shades of Bisque #FFE6CA

Tints of Bisque #FFE6CA

RGB

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

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

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

R = 37.12%
G = 33.48%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFE6CA (or 0xFFE6CA) is known color: Bisque. HEX triplet: FF, E6 and CA. RGB value is (255,230,202). Sum of RGB (Red+Green+Blue) = 255+230+202=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6CA is #001935. Grayscale: #EAEAEA. Windows color (decimal): -6454 or 13297407. OLE color: 13297407.

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

Color convert

RGB 255 230 202 -
CMYK 0 0.10 0.21 0
HSL 31.7º 1% 0.9% -
HSV(B) 31.7º 0.21% 1% -
XYZ 80.2 82.12 67.5 -
YUV 234.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 255 230 202 0 0.10 0.21 0 31.7 1 0.9
Hex FF E6 CA 0 A 15 0 20 64 5A
Octal 377 346 312 0 12 25 0 40 144 132
Binary 11111111 11100110 11001010 0 1010 10101 0 100000 1100100 1011010

Color Harmonies of #FFE6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6CA

Black with #FFE6CA

Text Example


Text Example

White with #FFE6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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