#FCD1BE

Color #FCD1BE Tuft Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuft Bush #FCD1BE

Tints of Tuft Bush #FCD1BE

Color information

#FCD1BE (or 0xFCD1BE) is unknown color: approx Tuft Bush. HEX triplet: FC, D1 and BE. RGB value is (252,209,190). Sum of RGB (Red+Green+Blue) = 252+209+190=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1BE is #032E41. Grayscale: #DBDBDB. Windows color (decimal): -208450 or 12505596. OLE color: 12505596.

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

Color convert

RGB252209190-
CMYK00.170.250.01
HSL18.39º91.18%86.67%-
HSV(B)18.39º24.6%98.82%-
XYZ72.2470.0158.42-
YUV219.69111.25151.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=38.71%
G=32.10%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220919000.170.250.0118.3991.1886.67
HexFCD1BE011191125b57
Octal37432127602131122133127
Binary1111110011010001101111100100011100111001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1BE; }

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

 H1.HeaderClassName
 {
   color: #FCD1BE;
 }
 .AnyTagClassName
 {
   color: #FCD1BE;
 }
</style>
background-color css

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

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

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

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

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

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