Html Css Color HEX #FCD3BC Tuft Bush

📋 copy color: '#FCD3BC'

red 252 ◦ green 211 ◦ blue 188

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

Shades of Tuft Bush #FCD3BC

Tints of Tuft Bush #FCD3BC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.41%

 BLUE value IS 188 (73.83% from 255) = 28.88%

R = 38.71%
G = 32.41%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCD3BC (or 0xFCD3BC) is known color: Tuft Bush. HEX triplet: FC, D3 and BC. RGB value is (252,211,188). Sum of RGB (Red+Green+Blue) = 252+211+188=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3BC is #032C43. Grayscale: #DCDCDC. Windows color (decimal): -207940 or 12375036. OLE color: 12375036.

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

Color convert

RGB 252 211 188 -
CMYK 0 0.16 0.25 0.01
HSL 21.56º 0.91% 0.86% -
HSV(B) 21.56º 0.25% 0.99% -
XYZ 72.52 70.91 57.44 -
YUV 220.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 252 211 188 0 0.16 0.25 0.01 21.56 0.91 0.86
Hex FC D3 BC 0 10 19 1 16 5B 56
Octal 374 323 274 0 20 31 1 26 133 126
Binary 11111100 11010011 10111100 0 10000 11001 1 10110 1011011 1010110

Color Harmonies of #FCD3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD3BC

Black with #FCD3BC

Text Example


Text Example

White with #FCD3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD3BC; }

 p { color: rgb(252,211,188); }

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

background-color css

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

 a { background-color: rgb(252,211,188); }

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

border-color css

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

 span { border-color: rgb(252,211,188); }

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