Html Css Color HEX #FCDFBF Bisque

📋 copy color: '#FCDFBF'

red 252 ◦ green 223 ◦ blue 191

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

Shades of Bisque #FCDFBF

Tints of Bisque #FCDFBF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.48%

 BLUE value IS 191 (75% from 255) = 28.68%

R = 37.84%
G = 33.48%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCDFBF (or 0xFCDFBF) is known color: Bisque. HEX triplet: FC, DF and BF. RGB value is (252,223,191). Sum of RGB (Red+Green+Blue) = 252+223+191=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFBF is #032040. Grayscale: #E4E4E4. Windows color (decimal): -204865 or 12574716. OLE color: 12574716.

HSL color Cylindrical-coordinate representation of color #FCDFBF: hue angle of 31.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCDFBF is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 223 191 -
CMYK 0 0.12 0.24 0.01
HSL 31.48º 0.91% 0.87% -
HSV(B) 31.48º 0.24% 0.99% -
XYZ 75.94 77.23 60.2 -
YUV 228.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 252 223 191 0 0.12 0.24 0.01 31.48 0.91 0.87
Hex FC DF BF 0 C 18 1 1F 5B 57
Octal 374 337 277 0 14 30 1 37 133 127
Binary 11111100 11011111 10111111 0 1100 11000 1 11111 1011011 1010111

Color Harmonies of #FCDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFBF

Black with #FCDFBF

Text Example


Text Example

White with #FCDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFBF; }

 p { color: rgb(252,223,191); }

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

background-color css

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

 a { background-color: rgb(252,223,191); }

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

border-color css

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

 span { border-color: rgb(252,223,191); }

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