Html Css Color HEX #FCD3BE Tuft Bush

📋 copy color: '#FCD3BE'

red 252 ◦ green 211 ◦ blue 190

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

Shades of Tuft Bush #FCD3BE

Tints of Tuft Bush #FCD3BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.1%

R = 38.59%
G = 32.31%
B = 29.1%

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

#FCD3BE (or 0xFCD3BE) is known color: Tuft Bush. HEX triplet: FC, D3 and BE. RGB value is (252,211,190). Sum of RGB (Red+Green+Blue) = 252+211+190=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3BE is #032C41. Grayscale: #DCDCDC. Windows color (decimal): -207938 or 12506108. OLE color: 12506108.

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

Color convert

RGB 252 211 190 -
CMYK 0 0.16 0.25 0.01
HSL 20.32º 0.91% 0.87% -
HSV(B) 20.32º 0.25% 0.99% -
XYZ 72.73 71 58.59 -
YUV 220.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 252 211 190 0 0.16 0.25 0.01 20.32 0.91 0.87
Hex FC D3 BE 0 10 19 1 14 5B 57
Octal 374 323 276 0 20 31 1 24 133 127
Binary 11111100 11010011 10111110 0 10000 11001 1 10100 1011011 1010111

Color Harmonies of #FCD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD3BE

Black with #FCD3BE

Text Example


Text Example

White with #FCD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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