Html Css Color HEX #FCD2BC Tuft Bush

📋 copy color: '#FCD2BC'

red 252 ◦ green 210 ◦ blue 188

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

Shades of Tuft Bush #FCD2BC

Tints of Tuft Bush #FCD2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

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

R = 38.77%
G = 32.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCD2BC (or 0xFCD2BC) is known color: Tuft Bush. HEX triplet: FC, D2 and BC. RGB value is (252,210,188). Sum of RGB (Red+Green+Blue) = 252+210+188=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2BC is #032D43. Grayscale: #DCDCDC. Windows color (decimal): -208196 or 12374780. OLE color: 12374780.

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

Color convert

RGB 252 210 188 -
CMYK 0 0.17 0.25 0.01
HSL 20.63º 0.91% 0.86% -
HSV(B) 20.63º 0.25% 0.99% -
XYZ 72.27 70.42 57.36 -
YUV 220.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 252 210 188 0 0.17 0.25 0.01 20.63 0.91 0.86
Hex FC D2 BC 0 11 19 1 15 5B 56
Octal 374 322 274 0 21 31 1 25 133 126
Binary 11111100 11010010 10111100 0 10001 11001 1 10101 1011011 1010110

Color Harmonies of #FCD2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2BC

Black with #FCD2BC

Text Example


Text Example

White with #FCD2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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