Html Css Color HEX #FCE5CD Bisque

📋 copy color: '#FCE5CD'

red 252 ◦ green 229 ◦ blue 205

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

Shades of Bisque #FCE5CD

Tints of Bisque #FCE5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.38%

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

R = 36.73%
G = 33.38%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCE5CD (or 0xFCE5CD) is known color: Bisque. HEX triplet: FC, E5 and CD. RGB value is (252,229,205). Sum of RGB (Red+Green+Blue) = 252+229+205=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CD is #031A32. Grayscale: #E9E9E9. Windows color (decimal): -203315 or 13493756. OLE color: 13493756.

HSL color Cylindrical-coordinate representation of color #FCE5CD: hue angle of 30.64º 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 #FCE5CD is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 205 -
CMYK 0 0.09 0.19 0.01
HSL 30.64º 0.89% 0.9% -
HSV(B) 30.64º 0.19% 0.99% -
XYZ 79.18 81.14 69.25 -
YUV 233.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 252 229 205 0 0.09 0.19 0.01 30.64 0.89 0.9
Hex FC E5 CD 0 9 13 1 1F 59 5A
Octal 374 345 315 0 11 23 1 37 131 132
Binary 11111100 11100101 11001101 0 1001 10011 1 11111 1011001 1011010

Color Harmonies of #FCE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5CD

Black with #FCE5CD

Text Example


Text Example

White with #FCE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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