Html Css Color HEX #FCE3CC Bisque

📋 copy color: '#FCE3CC'

red 252 ◦ green 227 ◦ blue 204

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

Shades of Bisque #FCE3CC

Tints of Bisque #FCE3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.24%

 BLUE value IS 204 (80.08% from 255) = 29.87%

R = 36.9%
G = 33.24%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCE3CC (or 0xFCE3CC) is known color: Bisque. HEX triplet: FC, E3 and CC. RGB value is (252,227,204). Sum of RGB (Red+Green+Blue) = 252+227+204=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3CC is #031C33. Grayscale: #E7E7E7. Windows color (decimal): -203828 or 13427708. OLE color: 13427708.

HSL color Cylindrical-coordinate representation of color #FCE3CC: hue angle of 28.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE3CC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 227 204 -
CMYK 0 0.10 0.19 0.01
HSL 28.75º 0.89% 0.89% -
HSV(B) 28.75º 0.19% 0.99% -
XYZ 78.51 79.99 68.43 -
YUV 231.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 252 227 204 0 0.10 0.19 0.01 28.75 0.89 0.89
Hex FC E3 CC 0 A 13 1 1D 59 59
Octal 374 343 314 0 12 23 1 35 131 131
Binary 11111100 11100011 11001100 0 1010 10011 1 11101 1011001 1011001

Color Harmonies of #FCE3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE3CC

Black with #FCE3CC

Text Example


Text Example

White with #FCE3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE3CC; }

 p { color: rgb(252,227,204); }

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

background-color css

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

 a { background-color: rgb(252,227,204); }

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

border-color css

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

 span { border-color: rgb(252,227,204); }

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