Html Css Color HEX #FCE4CA Bisque

📋 copy color: '#FCE4CA'

red 252 ◦ green 228 ◦ blue 202

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

Shades of Bisque #FCE4CA

Tints of Bisque #FCE4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.43%

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

R = 36.95%
G = 33.43%
B = 29.62%

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

#FCE4CA (or 0xFCE4CA) is known color: Bisque. HEX triplet: FC, E4 and CA. RGB value is (252,228,202). Sum of RGB (Red+Green+Blue) = 252+228+202=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4CA is #031B35. Grayscale: #E8E8E8. Windows color (decimal): -203574 or 13296892. OLE color: 13296892.

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

Color convert

RGB 252 228 202 -
CMYK 0 0.10 0.20 0.01
HSL 31.2º 0.89% 0.89% -
HSV(B) 31.2º 0.2% 0.99% -
XYZ 78.55 80.45 67.26 -
YUV 232.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 252 228 202 0 0.10 0.20 0.01 31.2 0.89 0.89
Hex FC E4 CA 0 A 14 1 1F 59 59
Octal 374 344 312 0 12 24 1 37 131 131
Binary 11111100 11100100 11001010 0 1010 10100 1 11111 1011001 1011001

Color Harmonies of #FCE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4CA

Black with #FCE4CA

Text Example


Text Example

White with #FCE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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