Html Css Color HEX #FCE2CD Bisque

📋 copy color: '#FCE2CD'

red 252 ◦ green 226 ◦ blue 205

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

Shades of Bisque #FCE2CD

Tints of Bisque #FCE2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.01%

R = 36.9%
G = 33.09%
B = 30.01%

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

#FCE2CD (or 0xFCE2CD) is known color: Bisque. HEX triplet: FC, E2 and CD. RGB value is (252,226,205). Sum of RGB (Red+Green+Blue) = 252+226+205=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CD is #031D32. Grayscale: #E7E7E7. Windows color (decimal): -204083 or 13492988. OLE color: 13492988.

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

Color convert

RGB 252 226 205 -
CMYK 0 0.10 0.19 0.01
HSL 26.81º 0.89% 0.9% -
HSV(B) 26.81º 0.19% 0.99% -
XYZ 78.36 79.5 68.97 -
YUV 231.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 252 226 205 0 0.10 0.19 0.01 26.81 0.89 0.9
Hex FC E2 CD 0 A 13 1 1B 59 5A
Octal 374 342 315 0 12 23 1 33 131 132
Binary 11111100 11100010 11001101 0 1010 10011 1 11011 1011001 1011010

Color Harmonies of #FCE2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2CD

Black with #FCE2CD

Text Example


Text Example

White with #FCE2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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