Html Css Color HEX #FCE2CA Bisque

📋 copy color: '#FCE2CA'

red 252 ◦ green 226 ◦ blue 202

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

Shades of Bisque #FCE2CA

Tints of Bisque #FCE2CA

RGB

 RED value IS 252 (98.83% from 255) = 37.06%

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

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

R = 37.06%
G = 33.24%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCE2CA (or 0xFCE2CA) is known color: Bisque. HEX triplet: FC, E2 and CA. RGB value is (252,226,202). Sum of RGB (Red+Green+Blue) = 252+226+202=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CA is #031D35. Grayscale: #E7E7E7. Windows color (decimal): -204086 or 13296380. OLE color: 13296380.

HSL color Cylindrical-coordinate representation of color #FCE2CA: hue angle of 28.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE2CA is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 226 202 -
CMYK 0 0.10 0.20 0.01
HSL 28.8º 0.89% 0.89% -
HSV(B) 28.8º 0.2% 0.99% -
XYZ 78 79.35 67.08 -
YUV 231.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 252 226 202 0 0.10 0.20 0.01 28.8 0.89 0.89
Hex FC E2 CA 0 A 14 1 1D 59 59
Octal 374 342 312 0 12 24 1 35 131 131
Binary 11111100 11100010 11001010 0 1010 10100 1 11101 1011001 1011001

Color Harmonies of #FCE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2CA

Black with #FCE2CA

Text Example


Text Example

White with #FCE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2CA; }

 p { color: rgb(252,226,202); }

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

background-color css

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

 a { background-color: rgb(252,226,202); }

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

border-color css

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

 span { border-color: rgb(252,226,202); }

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