Html Css Color HEX #FCE2CB Bisque

📋 copy color: '#FCE2CB'

red 252 ◦ green 226 ◦ blue 203

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

Shades of Bisque #FCE2CB

Tints of Bisque #FCE2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.81%

R = 37%
G = 33.19%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCE2CB (or 0xFCE2CB) is known color: Bisque. HEX triplet: FC, E2 and CB. RGB value is (252,226,203). Sum of RGB (Red+Green+Blue) = 252+226+203=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CB is #031D34. Grayscale: #E7E7E7. Windows color (decimal): -204085 or 13361916. OLE color: 13361916.

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

Color convert

RGB 252 226 203 -
CMYK 0 0.10 0.19 0.01
HSL 28.16º 0.89% 0.89% -
HSV(B) 28.16º 0.19% 0.99% -
XYZ 78.12 79.4 67.71 -
YUV 231.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 252 226 203 0 0.10 0.19 0.01 28.16 0.89 0.89
Hex FC E2 CB 0 A 13 1 1C 59 59
Octal 374 342 313 0 12 23 1 34 131 131
Binary 11111100 11100010 11001011 0 1010 10011 1 11100 1011001 1011001

Color Harmonies of #FCE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2CB

Black with #FCE2CB

Text Example


Text Example

White with #FCE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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