Html Css Color HEX #FCE1C4 Bisque

📋 copy color: '#FCE1C4'

red 252 ◦ green 225 ◦ blue 196

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

Shades of Bisque #FCE1C4

Tints of Bisque #FCE1C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.12%

R = 37.44%
G = 33.43%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCE1C4 (or 0xFCE1C4) is known color: Bisque. HEX triplet: FC, E1 and C4. RGB value is (252,225,196). Sum of RGB (Red+Green+Blue) = 252+225+196=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 196 (76.95% from 255 or 29.12% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1C4 is #031E3B. Grayscale: #E5E5E5. Windows color (decimal): -204348 or 12902908. OLE color: 12902908.

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

Color convert

RGB 252 225 196 -
CMYK 0 0.11 0.22 0.01
HSL 31.07º 0.9% 0.88% -
HSV(B) 31.07º 0.22% 0.99% -
XYZ 77.03 78.53 63.32 -
YUV 229.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 252 225 196 0 0.11 0.22 0.01 31.07 0.9 0.88
Hex FC E1 C4 0 B 16 1 1F 5A 58
Octal 374 341 304 0 13 26 1 37 132 130
Binary 11111100 11100001 11000100 0 1011 10110 1 11111 1011010 1011000

Color Harmonies of #FCE1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1C4

Black with #FCE1C4

Text Example


Text Example

White with #FCE1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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