Html Css Color HEX #FCE4C9 Bisque

📋 copy color: '#FCE4C9'

red 252 ◦ green 228 ◦ blue 201

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

Shades of Bisque #FCE4C9

Tints of Bisque #FCE4C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.52%

R = 37%
G = 33.48%
B = 29.52%

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

#FCE4C9 (or 0xFCE4C9) is known color: Bisque. HEX triplet: FC, E4 and C9. RGB value is (252,228,201). Sum of RGB (Red+Green+Blue) = 252+228+201=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 201 (78.91% from 255 or 29.52% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4C9 is #031B36. Grayscale: #E8E8E8. Windows color (decimal): -203575 or 13231356. OLE color: 13231356.

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

Color convert

RGB 252 228 201 -
CMYK 0 0.10 0.20 0.01
HSL 31.76º 0.89% 0.89% -
HSV(B) 31.76º 0.2% 0.99% -
XYZ 78.43 80.4 66.64 -
YUV 232.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 252 228 201 0 0.10 0.20 0.01 31.76 0.89 0.89
Hex FC E4 C9 0 A 14 1 20 59 59
Octal 374 344 311 0 12 24 1 40 131 131
Binary 11111100 11100100 11001001 0 1010 10100 1 100000 1011001 1011001

Color Harmonies of #FCE4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4C9

Black with #FCE4C9

Text Example


Text Example

White with #FCE4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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