Html Css Color HEX #FCE1CA Bisque

📋 copy color: '#FCE1CA'

red 252 ◦ green 225 ◦ blue 202

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

Shades of Bisque #FCE1CA

Tints of Bisque #FCE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.14%

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

R = 37.11%
G = 33.14%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCE1CA (or 0xFCE1CA) is known color: Bisque. HEX triplet: FC, E1 and CA. RGB value is (252,225,202). Sum of RGB (Red+Green+Blue) = 252+225+202=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1CA is #031E35. Grayscale: #E6E6E6. Windows color (decimal): -204342 or 13296124. OLE color: 13296124.

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

Color convert

RGB 252 225 202 -
CMYK 0 0.11 0.20 0.01
HSL 27.6º 0.89% 0.89% -
HSV(B) 27.6º 0.2% 0.99% -
XYZ 77.73 78.81 66.99 -
YUV 230.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 252 225 202 0 0.11 0.20 0.01 27.6 0.89 0.89
Hex FC E1 CA 0 B 14 1 1C 59 59
Octal 374 341 312 0 13 24 1 34 131 131
Binary 11111100 11100001 11001010 0 1011 10100 1 11100 1011001 1011001

Color Harmonies of #FCE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1CA

Black with #FCE1CA

Text Example


Text Example

White with #FCE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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